p

net.manub.embeddedkafka

schemaregistry

package schemaregistry

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. schemaregistry
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class EmbeddedKWithSR(factory: Option[EmbeddedZ], broker: KafkaServer, app: EmbeddedSR, logsDirs: Directory)(implicit config: EmbeddedKafkaConfigWithSchemaRegistry) extends EmbeddedServerWithKafka with Product with Serializable
  2. trait EmbeddedKafkaConfigWithSchemaRegistry extends EmbeddedKafkaConfig
  3. 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
  4. trait EmbeddedKafkaWithSchemaRegistry extends EmbeddedKafkaWithSchemaRegistrySupport
  5. sealed trait EmbeddedKafkaWithSchemaRegistrySupport extends EmbeddedKafkaSupport[EmbeddedKafkaConfigWithSchemaRegistry]
  6. 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

  1. implicit def serdeFrom[T <: SpecificRecord](implicit config: EmbeddedKafkaConfigWithSchemaRegistry): Serde[T]
  2. implicit def specificAvroDeserializer[T <: SpecificRecord](implicit config: EmbeddedKafkaConfigWithSchemaRegistry): Deserializer[T]
  3. implicit def specificAvroSerializer[T <: SpecificRecord](implicit config: EmbeddedKafkaConfigWithSchemaRegistry): Serializer[T]
  4. object EmbeddedKafkaConfigWithSchemaRegistry
  5. object EmbeddedKafkaWithSchemaRegistry extends EmbeddedKafkaWithSchemaRegistrySupport

Inherited from AnyRef

Inherited from Any

Ungrouped