- WaitException - Exception in io.strimzi.test.container
-
Extension for RuntimeException used in active waiting @see TestUtils.waitFor(...) method.
- 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
-
Fluent method, which sets a waiting strategy to wait until the broker is ready.
- withBootstrapServers(Function<StrimziKafkaContainer, String>) - Method in class io.strimzi.test.container.StrimziKafkaContainer
-
Fluent method, assign provider for overriding bootstrap servers string
- withBrokerId(int) - Method in class io.strimzi.test.container.StrimziKafkaContainer
-
Fluent method, which sets @code{brokerId}.
- withExternalZookeeperConnect(String) - Method in class io.strimzi.test.container.StrimziKafkaContainer
-
Fluent method, which sets @code{externalZookeeperConnect}.
- withKafkaConfigurationMap(Map<String, String>) - Method in class io.strimzi.test.container.StrimziKafkaContainer
-
Fluent method, which sets @code{kafkaConfigurationMap}.
- withKafkaVersion(String) - Method in class io.strimzi.test.container.StrimziKafkaContainer
-
Fluent method, which sets @code{kafkaVersion}.
- withKafkaVersion(String) - Method in class io.strimzi.test.container.StrimziZookeeperContainer
-
Fluent method, which sets @code{kafkaVersion}.
- withKraft() - Method in class io.strimzi.test.container.StrimziKafkaContainer
-
Fluent method, which sets @code{useKraft}.
- withPort(int) - Method in class io.strimzi.test.container.StrimziKafkaContainer
-
Fluent method, which sets fixed exposed port.
- withServerProperties(MountableFile) - Method in class io.strimzi.test.container.StrimziKafkaContainer
-
Fluent method, copy server properties file to the container
- withZooKeeperPropertiesFile(MountableFile) - Method in class io.strimzi.test.container.StrimziZookeeperContainer
-
Fluent method, copy server properties file to the container