class KafkaContainerCluster extends Startable
Provides an easy way to launch a Kafka cluster with multiple brokers.
- Annotations
 - @InternalApi()
 - Source
 - KafkaContainerCluster.java
 
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- KafkaContainerCluster
 - Startable
 - AutoCloseable
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Instance Constructors
-  new KafkaContainerCluster(zooKeeperImage: DockerImageName, kafkaImage: DockerImageName, schemaRegistryImage: DockerImageName, brokersNum: Int, internalTopicsRf: Int, useSchemaRegistry: Boolean, containerLogging: Boolean, clusterStartTimeout: Duration, readinessCheckTimeout: Duration)
 -  new KafkaContainerCluster(brokersNum: Int, internalTopicsRf: Int)
 
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()
 
 -    def close(): Unit
- Definition Classes
 - Startable → AutoCloseable
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -  def getBootstrapServers(): String
 -  def getBrokers(): Collection[AlpakkaKafkaContainer]
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    def getDependencies(): Set[Startable]
- Definition Classes
 - Startable
 
 -  def getInternalNetworkBootstrapServers(): String
 -  def getNetwork(): Network
 -  def getSchemaRegistry(): Optional[SchemaRegistryContainer]
 -  def getZooKeeper(): GenericContainer[SELF] forSome {type SELF <: GenericContainer[SELF]}
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   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()
 
 -    def start(): Unit
- Definition Classes
 - KafkaContainerCluster → Startable
 - Annotations
 - @Override()
 
 -  def startKafka(): Unit
 -    def stop(): Unit
- Definition Classes
 - KafkaContainerCluster → Startable
 - Annotations
 - @Override()
 
 -  def stopKafka(): Unit
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   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()