Package

net.manub.embeddedkafka

schemaregistry

Permalink

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

    Permalink
  2. trait EmbeddedKafkaConfigWithSchemaRegistry extends EmbeddedKafkaConfig

    Permalink
  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

    Permalink
  4. trait EmbeddedKafkaWithSchemaRegistry extends EmbeddedKafkaWithSchemaRegistrySupport

    Permalink
  5. sealed trait EmbeddedKafkaWithSchemaRegistrySupport extends EmbeddedKafkaSupport[EmbeddedKafkaConfigWithSchemaRegistry]

    Permalink
  6. case class EmbeddedSR(app: RestApp) extends EmbeddedServer with Product with Serializable

    Permalink

    An instance of an embedded Schema Registry app.

    An instance of an embedded Schema Registry app.

    app

    the Schema Registry app.

Value Members

  1. object EmbeddedKafkaConfigWithSchemaRegistry

    Permalink
  2. object EmbeddedKafkaWithSchemaRegistry extends EmbeddedKafkaWithSchemaRegistrySupport

    Permalink
  3. package avro

    Permalink
  4. implicit def serdeFrom[T <: SpecificRecord](implicit config: EmbeddedKafkaConfigWithSchemaRegistry): Serde[T]

    Permalink
  5. implicit def specificAvroDeserializer[T <: SpecificRecord](implicit config: EmbeddedKafkaConfigWithSchemaRegistry): Deserializer[T]

    Permalink
  6. implicit def specificAvroSerializer[T <: SpecificRecord](implicit config: EmbeddedKafkaConfigWithSchemaRegistry): Serializer[T]

    Permalink
  7. package streams

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped