final class KafkaTestkitTestcontainersSettings extends AnyRef
- Alphabetic
- By Inheritance
- KafkaTestkitTestcontainersSettings
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val clusterStartTimeout: FiniteDuration
- val configureKafka: (Vector[AlpakkaKafkaContainer]) => Unit
- val configureKafkaConsumer: Consumer[Collection[AlpakkaKafkaContainer]]
- val configureSchemaRegistry: (GenericContainer[_]) => Unit
- val configureZooKeeper: (GenericContainer[_]) => Unit
- val configureZooKeeperConsumer: Consumer[GenericContainer[_]]
- val containerLogging: Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val internalTopicsReplicationFactor: Int
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val kafkaImage: String
- val kafkaImageTag: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val numBrokers: Int
- val readinessCheckTimeout: FiniteDuration
- val schemaRegistryImage: String
- val schemaRegistryImageTag: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- KafkaTestkitTestcontainersSettings → AnyRef → Any
- val useSchemaRegistry: Boolean
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- 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[AlpakkaKafkaContainer]) => Unit): KafkaTestkitTestcontainersSettings
Replaces the default Kafka testcontainers configuration logic
- def withConfigureKafkaConsumer(configureKafkaConsumer: Consumer[Collection[AlpakkaKafkaContainer]]): 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