| Modifier and Type | Method and Description |
|---|---|
StrimziKafkaContainer |
StrimziKafkaContainer.waitForRunning()
Fluent method, which sets a waiting strategy to wait until the broker is ready.
|
StrimziKafkaContainer |
StrimziKafkaContainer.withBootstrapServers(Function<StrimziKafkaContainer,String> provider)
Fluent method, assign provider for overriding bootstrap servers string
|
StrimziKafkaContainer |
StrimziKafkaContainer.withBrokerId(int brokerId)
Fluent method, which sets @code{brokerId}.
|
StrimziKafkaContainer |
StrimziKafkaContainer.withExternalZookeeperConnect(String externalZookeeperConnect)
Fluent method, which sets @code{externalZookeeperConnect}.
|
StrimziKafkaContainer |
StrimziKafkaContainer.withKafkaConfigurationMap(Map<String,String> kafkaConfigurationMap)
Fluent method, which sets @code{kafkaConfigurationMap}.
|
StrimziKafkaContainer |
StrimziKafkaContainer.withKafkaVersion(String kafkaVersion)
Fluent method, which sets @code{kafkaVersion}.
|
StrimziKafkaContainer |
StrimziKafkaContainer.withKraft()
Fluent method, which sets @code{useKraft}.
|
StrimziKafkaContainer |
StrimziKafkaContainer.withPort(int fixedPort)
Fluent method, which sets fixed exposed port.
|
StrimziKafkaContainer |
StrimziKafkaContainer.withServerProperties(org.testcontainers.utility.MountableFile serverPropertiesFile)
Fluent method, copy server properties file to the container
|
| Modifier and Type | Method and Description |
|---|---|
Collection<StrimziKafkaContainer> |
StrimziKafkaCluster.getBrokers()
Get collection of Strimzi kafka containers
|
| Modifier and Type | Method and Description |
|---|---|
StrimziKafkaContainer |
StrimziKafkaContainer.withBootstrapServers(Function<StrimziKafkaContainer,String> provider)
Fluent method, assign provider for overriding bootstrap servers string
|
Copyright © 2022. All rights reserved.