final class KafkaTestkitTestcontainersSettings extends AnyRef
- Alphabetic
- By Inheritance
- KafkaTestkitTestcontainersSettings
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- val clusterStartTimeout: FiniteDuration
- val configureKafka: (Vector[PekkoConnectorsKafkaContainer]) => Unit
- val configureKafkaConsumer: Consumer[Collection[PekkoConnectorsKafkaContainer]]
- val configureSchemaRegistry: (GenericContainer[_]) => Unit
- val configureZooKeeper: (GenericContainer[_]) => Unit
- val configureZooKeeperConsumer: Consumer[GenericContainer[_]]
- val containerLogging: Boolean
- def getClusterStartTimeout(): Duration
Java Api
- def getContainerLogging(): Boolean
Java Api
- def getInternalTopicsReplicationFactor(): Int
Java Api
- def getKafkaImage(): String
Java Api
- def getKafkaImageTag(): String
Java Api
- def getNumBrokers(): Int
Java Api
- def getReadinessCheckTimeout(): Duration
Java Api
- def getSchemaRegistry(): Boolean
Java Api
- def getSchemaRegistryImage(): String
Java Api
- def getSchemaRegistryImageTag(): String
Java Api
- def getZooKeeperImage(): String
Java Api
- def getZooKeeperImageTag(): String
Java Api
- val internalTopicsReplicationFactor: Int
- val kafkaImage: String
- val kafkaImageTag: String
- val numBrokers: Int
- val readinessCheckTimeout: FiniteDuration
- val schemaRegistryImage: String
- val schemaRegistryImageTag: String
- def toString(): String
- Definition Classes
- KafkaTestkitTestcontainersSettings → AnyRef → Any
- val useSchemaRegistry: Boolean
- def withClusterStartTimeout(timeout: Duration): KafkaTestkitTestcontainersSettings
Java Api
Java Api
Kafka cluster start up timeout
- def withClusterStartTimeout(timeout: FiniteDuration): KafkaTestkitTestcontainersSettings
Kafka cluster start up timeout
- def withConfigureKafka(configureKafka: (Vector[PekkoConnectorsKafkaContainer]) => Unit): KafkaTestkitTestcontainersSettings
Replaces the default Kafka testcontainers configuration logic
- def withConfigureKafkaConsumer(configureKafkaConsumer: Consumer[Collection[PekkoConnectorsKafkaContainer]]): KafkaTestkitTestcontainersSettings
Java Api
Java Api
Replaces the default Kafka testcontainers configuration logic
- def withConfigureSchemaRegistry(configureSchemaRegistry: (GenericContainer[_]) => Unit): KafkaTestkitTestcontainersSettings
Java Api Replaces the default schema registry testcontainers configuration logic
- def withConfigureZooKeeper(configureZooKeeper: (GenericContainer[_]) => Unit): KafkaTestkitTestcontainersSettings
Replaces the default ZooKeeper testcontainers configuration logic
- def withConfigureZooKeeperConsumer(configureZooKeeperConsumer: Consumer[GenericContainer[_]]): KafkaTestkitTestcontainersSettings
Java Api
Java Api
Replaces the default ZooKeeper testcontainers configuration logic
- def withContainerLogging(containerLogging: Boolean): KafkaTestkitTestcontainersSettings
Stream container output to SLF4J logger(s).
- def withInternalTopicsReplicationFactor(internalTopicsReplicationFactor: Int): KafkaTestkitTestcontainersSettings
Replaces the default internal Kafka topics replication factor
- def withKafkaImage(kafkaImage: String): KafkaTestkitTestcontainersSettings
Sets the Kafka image
- def withKafkaImageTag(kafkaImageTag: String): KafkaTestkitTestcontainersSettings
Sets the Kafka image tag
- def withNumBrokers(numBrokers: Int): KafkaTestkitTestcontainersSettings
Replaces the default number of Kafka brokers
- def withReadinessCheckTimeout(timeout: Duration): KafkaTestkitTestcontainersSettings
Java Api
Java Api
Kafka cluster readiness check timeout
- def withReadinessCheckTimeout(timeout: FiniteDuration): KafkaTestkitTestcontainersSettings
Kafka cluster readiness check timeout
- def withSchemaRegistry(useSchemaRegistry: Boolean): KafkaTestkitTestcontainersSettings
Use Schema Registry container.
- def withSchemaRegistryImage(schemaRegistryImage: String): KafkaTestkitTestcontainersSettings
Sets the Schema Registry image
- def withSchemaRegistryImageTag(schemaRegistryImageTag: String): KafkaTestkitTestcontainersSettings
Sets the Schema Registry image tag
- def withZooKeeperImage(zooKeeperImage: String): KafkaTestkitTestcontainersSettings
Sets the ZooKeeper image
- def withZooKeeperImageTag(zooKeeperImageTag: String): KafkaTestkitTestcontainersSettings
Sets the ZooKeeper image tag
- val zooKeeperImage: String
- val zooKeeperImageTag: String