EmbeddedKafkaConfigImpl

io.github.embeddedkafka.schemaregistry.EmbeddedKafkaConfigImpl
case class EmbeddedKafkaConfigImpl(kafkaPort: Int, zooKeeperPort: Int, schemaRegistryPort: Int, customBrokerProperties: Map[String, String], customProducerProperties: Map[String, String], customConsumerProperties: Map[String, String], customSchemaRegistryProperties: Map[String, String]) extends EmbeddedKafkaConfig

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait EmbeddedKafkaConfig
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

override val numberOfThreads: Int