package schemaregistry
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- schemaregistry
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class EmbeddedKWithSR(factory: Option[EmbeddedZ], broker: KafkaServer, app: EmbeddedSR, logsDirs: Directory)(implicit config: EmbeddedKafkaConfigWithSchemaRegistry) extends EmbeddedServerWithKafka with Product with Serializable
- trait EmbeddedKafkaConfigWithSchemaRegistry extends EmbeddedKafkaConfig
- 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
- trait EmbeddedKafkaWithSchemaRegistry extends EmbeddedKafkaWithSchemaRegistrySupport
- sealed trait EmbeddedKafkaWithSchemaRegistrySupport extends EmbeddedKafkaSupport[EmbeddedKafkaConfigWithSchemaRegistry]
-
case class
EmbeddedSR(app: RestApp) extends EmbeddedServer with Product with Serializable
An instance of an embedded Schema Registry app.
An instance of an embedded Schema Registry app.
- app
the Schema Registry app.
Value Members
- implicit def serdeFrom[T <: SpecificRecord](implicit config: EmbeddedKafkaConfigWithSchemaRegistry): Serde[T]
- implicit def specificAvroDeserializer[T <: SpecificRecord](implicit config: EmbeddedKafkaConfigWithSchemaRegistry): Deserializer[T]
- implicit def specificAvroSerializer[T <: SpecificRecord](implicit config: EmbeddedKafkaConfigWithSchemaRegistry): Serializer[T]
- object EmbeddedKafkaConfigWithSchemaRegistry
- object EmbeddedKafkaWithSchemaRegistry extends EmbeddedKafkaWithSchemaRegistrySupport