package
schemaregistry
Type Members
-
case class
EmbeddedKWithSR(factory: Option[EmbeddedZ], broker: KafkaServer, app: EmbeddedSR, logsDirs: Directory)(implicit config: EmbeddedKafkaConfigWithSchemaRegistry) extends EmbeddedServerWithKafka with Product with Serializable
-
-
case class
EmbeddedKafkaConfigWithSchemaRegistryImpl(kafkaPort: Int, zooKeeperPort: Int, schemaRegistryPort: Int, customBrokerProperties: Map[String, String], customProducerProperties: Map[String, String], customConsumerProperties: Map[String, String]) extends EmbeddedKafkaConfigWithSchemaRegistry with Product with Serializable
-
-
-
case class
EmbeddedSR(app: RestApp) extends EmbeddedServer with Product with Serializable
Inherited from AnyRef
Inherited from Any