Index

A B C G I K N O S U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AuthenticationType - Enum in io.strimzi.test.container
Enum representing authentication types for StrimziKafkaContainer.

B

build() - Method in class io.strimzi.test.container.StrimziConnectCluster.StrimziConnectClusterBuilder
Build and return a StrimziConnectCluster instance based on the provided configurations.
build() - Method in class io.strimzi.test.container.StrimziKafkaCluster.StrimziKafkaClusterBuilder
Builds and returns a StrimziKafkaCluster instance based on the provided configurations.

C

CONTROLLER_PORT - Static variable in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Default Kafka controller port

G

getAuthenticationType() - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
 
getBootstrapControllers() - Method in interface io.strimzi.test.container.KafkaContainer
Get the Kafka controller bootstrap servers for admin operations that require controller access.
getBootstrapControllers() - Method in class io.strimzi.test.container.StrimziKafkaCluster
Get the bootstrap controllers that can be used for controller operations
getBootstrapControllers() - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Retrieves the bootstrap controllers URL for admin clients that need to connect to controllers.
getBootstrapServers() - Method in interface io.strimzi.test.container.KafkaContainer
Get the Kafka cluster bootstrap servers.
getBootstrapServers() - Method in class io.strimzi.test.container.StrimziKafkaCluster
 
getBootstrapServers() - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Retrieves the bootstrap servers URL for Kafka clients.
getBrokers() - Method in class io.strimzi.test.container.StrimziKafkaCluster
Returns the broker nodes.
getClientId() - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
 
getClientSecret() - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
 
getClusterId() - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Get the cluster id.
getControllers() - Method in class io.strimzi.test.container.StrimziKafkaCluster
Returns the controller nodes.
getNetworkBootstrapControllers() - Method in class io.strimzi.test.container.StrimziKafkaCluster
Get the bootstrap controllers that containers on the same network should use to connect to controllers
getNetworkBootstrapControllers() - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Get the bootstrap controllers that containers on the same network should use to connect to controllers
getNetworkBootstrapServers() - Method in class io.strimzi.test.container.StrimziKafkaCluster
Get the bootstrap servers that containers on the same network should use to connect
getNetworkBootstrapServers() - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Get the bootstrap servers that containers on the same network should use to connect
getNodeRole() - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Gets the node role for this Kafka container.
getNodes() - Method in class io.strimzi.test.container.StrimziKafkaCluster
Returns the underlying GenericContainer instances for all Kafka nodes in the cluster.
getOauthUri() - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
 
getProxy() - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Retrieves a synchronized Proxy instance for this Kafka broker.
getRealm() - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
 
getRestEndpoint() - Method in class io.strimzi.test.container.StrimziConnectCluster
Return the REST API endpoint of one of the available workers.
getSaslPassword() - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
 
getSaslUsername() - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
 
getUsernameClaim() - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
 
getWorkers() - Method in class io.strimzi.test.container.StrimziConnectCluster
Get the workers of this Kafka Connect cluster.
GSSAPI - Enum constant in enum io.strimzi.test.container.AuthenticationType
GSSAPI (Kerberos) authentication.

I

io.strimzi.test.container - package io.strimzi.test.container
 
isOAuthEnabled() - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Checks if OAuth is enabled.
isUsingDedicatedRoles() - Method in class io.strimzi.test.container.StrimziKafkaCluster
Checks if the cluster is using dedicated controller/broker roles.

K

KAFKA_PORT - Static variable in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Default Kafka port
KafkaContainer - Interface in io.strimzi.test.container
KafkaContainer is an interface that represents a Kafka container.

N

NONE - Enum constant in enum io.strimzi.test.container.AuthenticationType
No authentication.

O

OAUTH_BEARER - Enum constant in enum io.strimzi.test.container.AuthenticationType
OAuth Bearer token authentication.
OAUTH_OVER_PLAIN - Enum constant in enum io.strimzi.test.container.AuthenticationType
OAuth authentication over plain text.

S

SCRAM_SHA_256 - Enum constant in enum io.strimzi.test.container.AuthenticationType
SCRAM-SHA-256 authentication.
SCRAM_SHA_512 - Enum constant in enum io.strimzi.test.container.AuthenticationType
SCRAM-SHA-512 authentication.
start() - Method in class io.strimzi.test.container.StrimziConnectCluster
Start the Kafka Connect cluster.
start() - Method in class io.strimzi.test.container.StrimziKafkaCluster
 
STARTER_SCRIPT - Static variable in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
The file containing the startup script.
stop() - Method in class io.strimzi.test.container.StrimziConnectCluster
Stop the Kafka Connect cluster.
stop() - Method in class io.strimzi.test.container.StrimziKafkaCluster
 
stop() - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
 
StrimziConnectCluster - Class in io.strimzi.test.container
A Kafka Connect cluster using the latest image from quay.io/strimzi/kafka with the given version.
StrimziConnectCluster(StrimziConnectCluster.StrimziConnectClusterBuilder) - Constructor for class io.strimzi.test.container.StrimziConnectCluster
 
StrimziConnectCluster.StrimziConnectClusterBuilder - Class in io.strimzi.test.container
Builder class for StrimziConnectCluster.
StrimziConnectClusterBuilder() - Constructor for class io.strimzi.test.container.StrimziConnectCluster.StrimziConnectClusterBuilder
 
StrimziKafkaCluster - Class in io.strimzi.test.container
A multi-node instance of Kafka using the latest image from quay.io/strimzi/kafka with the given version.
StrimziKafkaCluster.StrimziKafkaClusterBuilder - Class in io.strimzi.test.container
Builder class for StrimziKafkaCluster.
StrimziKafkaClusterBuilder() - Constructor for class io.strimzi.test.container.StrimziKafkaCluster.StrimziKafkaClusterBuilder
 
StrimziKafkaContainer - Class in io.strimzi.test.container
Deprecated.
This class is deprecated and will be removed from the public API in version 0.114.0. Users should migrate to using StrimziKafkaCluster instead, which provides better multi-node support and more comprehensive cluster management capabilities.
StrimziKafkaContainer() - Constructor for class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Image name is specified lazily automatically in doStart() method
StrimziKafkaContainer(String) - Constructor for class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Image name is specified by dockerImageName

U

UnknownKafkaVersionException - Exception in io.strimzi.test.container
Provides a handler, when KafkaVersionService.strimziTestContainerImageName(String) does not know the concrete Kafka version.
UnknownKafkaVersionException(String) - Constructor for exception io.strimzi.test.container.UnknownKafkaVersionException
UnknownKafkaVersionException used for handling situation, where KafkaVersionService.strimziTestContainerImageName(String) can not find Kafka version
UnknownKafkaVersionException(Throwable) - Constructor for exception io.strimzi.test.container.UnknownKafkaVersionException
UnknownKafkaVersionException used for handling situation, where KafkaVersionService.strimziTestContainerImageName(String) can not find Kafka version

V

valueOf(String) - Static method in enum io.strimzi.test.container.AuthenticationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.strimzi.test.container.AuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WaitException - Exception in io.strimzi.test.container
Extension for RuntimeException used in active waiting.
WaitException(String) - Constructor for exception io.strimzi.test.container.WaitException
WaitException used for active waiting
WaitException(Throwable) - Constructor for exception io.strimzi.test.container.WaitException
WaitException used for active waiting
waitForRunning() - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Fluent method, which sets a waiting strategy to wait until the node is ready.
withAdditionalConnectConfiguration(Map<String, String>) - Method in class io.strimzi.test.container.StrimziConnectCluster.StrimziConnectClusterBuilder
Add additional Kafka Connect configuration parameters.
withAdditionalKafkaConfiguration(Map<String, String>) - Method in class io.strimzi.test.container.StrimziKafkaCluster.StrimziKafkaClusterBuilder
Adds additional Kafka configuration parameters.
withAuthenticationType(AuthenticationType) - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Sets the authentication type for the Kafka container.
withBootstrapServers(Function<StrimziKafkaContainer, String>) - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Fluent method, assign provider for overriding bootstrap servers string
withBrokerId(int) - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Fluent method, which sets brokerId.
withDedicatedRoles() - Method in class io.strimzi.test.container.StrimziKafkaCluster.StrimziKafkaClusterBuilder
Configures the cluster to use dedicated controller and broker nodes instead of combined-role nodes.
withGroupId(String) - Method in class io.strimzi.test.container.StrimziConnectCluster.StrimziConnectClusterBuilder
Specify the group.id of the Connect cluster.
withInternalTopicReplicationFactor(int) - Method in class io.strimzi.test.container.StrimziKafkaCluster.StrimziKafkaClusterBuilder
Sets the internal topic replication factor for Kafka brokers.
withKafkaCluster(StrimziKafkaCluster) - Method in class io.strimzi.test.container.StrimziConnectCluster.StrimziConnectClusterBuilder
Set the Kafka cluster the Kafka Connect cluster will use to.
withKafkaConfigurationMap(Map<String, String>) - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Fluent method, which sets kafkaConfigurationMap.
withKafkaLog(Level) - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Configures the Kafka container to use the specified logging level for Kafka logs and the io.strimzi logger.
withKafkaVersion(String) - Method in class io.strimzi.test.container.StrimziConnectCluster.StrimziConnectClusterBuilder
Specify the Kafka version to be used for the Connect workers in the cluster.
withKafkaVersion(String) - Method in class io.strimzi.test.container.StrimziKafkaCluster.StrimziKafkaClusterBuilder
Specifies the Kafka version to be used for the brokers in the cluster.
withKafkaVersion(String) - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Fluent method, which sets kafkaVersion.
withLogCollection() - Method in class io.strimzi.test.container.StrimziKafkaCluster.StrimziKafkaClusterBuilder
Fluent method to enable log collection with a default log file path.
withLogCollection() - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Fluent method to enable log collection with a default log file path.
withLogCollection(String) - Method in class io.strimzi.test.container.StrimziKafkaCluster.StrimziKafkaClusterBuilder
Fluent method to enable log collection for all containers in the cluster with a custom log file path.
withLogCollection(String) - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Fluent method to enable log collection for all containers in the cluster with a custom log file path.
withNodeId(int) - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Fluent method that sets the node ID.
withNodeRole(KafkaNodeRole) - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Fluent method to set the Kafka node role.
withNumberOfBrokers(int) - Method in class io.strimzi.test.container.StrimziKafkaCluster.StrimziKafkaClusterBuilder
Sets the number of Kafka brokers in the cluster.
withNumberOfControllers(int) - Method in class io.strimzi.test.container.StrimziKafkaCluster.StrimziKafkaClusterBuilder
Sets the number of dedicated controller nodes when using combined roles.
withNumberOfWorkers(int) - Method in class io.strimzi.test.container.StrimziConnectCluster.StrimziConnectClusterBuilder
Set the number of Kafka Connect workers in the cluster.
withOAuthConfig(String, String, String, String, String) - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Fluent method to configure OAuth settings.
withoutFileConnectors() - Method in class io.strimzi.test.container.StrimziConnectCluster.StrimziConnectClusterBuilder
Disable the FileStreams connectors.
withPort(int) - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Fluent method, which sets fixed exposed port.
withProxyContainer(ToxiproxyContainer) - Method in class io.strimzi.test.container.StrimziKafkaCluster.StrimziKafkaClusterBuilder
Sets a ToxiproxyContainer to simulate network conditions such as latency or disconnection.
withProxyContainer(ToxiproxyContainer) - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Fluent method, which sets a proxy container.
withSaslPassword(String) - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Fluent method to set the SASL PLAIN mechanism's password.
withSaslUsername(String) - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Fluent method to set the SASL PLAIN mechanism's username.
withServerProperties(MountableFile) - Method in class io.strimzi.test.container.StrimziKafkaContainer
Deprecated.
Fluent method, copy server properties file to the container
withSharedNetwork() - Method in class io.strimzi.test.container.StrimziKafkaCluster.StrimziKafkaClusterBuilder
Enables a shared Docker network for the Kafka cluster.
A B C G I K N O S U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form