io.github.embeddedkafka.schemaregistry

Members list

Concise view

Type members

Classlikes

object Codecs

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Codecs.type
case class EmbeddedKWithSR(factory: Option[EmbeddedZ], broker: KafkaServer, app: EmbeddedSR, logsDirs: Path, config: EmbeddedKafkaConfig)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
object
Graph
Supertypes
trait KafkaOps
trait ZooKeeperOps
trait ProducerOps[EmbeddedKafkaConfig]
trait ConsumerOps[EmbeddedKafkaConfig]
trait AdminOps[EmbeddedKafkaConfig]
class Object
trait Matchable
class Any
Known subtypes
object EmbeddedKafka.type

Attributes

Companion:
trait
Graph
Supertypes
trait RunningKafkaOps
trait RunningZooKeeperOps
trait ServerStarter[EmbeddedKafkaConfig, EmbeddedKWithSR]
trait KafkaOps
trait ZooKeeperOps
trait ProducerOps[EmbeddedKafkaConfig]
trait ConsumerOps[EmbeddedKafkaConfig]
trait AdminOps[EmbeddedKafkaConfig]
class Object
trait Matchable
class Any
Self type
trait EmbeddedKafkaConfig extends EmbeddedKafkaConfig

Attributes

Companion:
object
Graph
Supertypes
trait EmbeddedKafkaConfig
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
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
case class EmbeddedSR(app: SchemaRegistryRestApplication)

An instance of an embedded Schema Registry app.

An instance of an embedded Schema Registry app.

Attributes

app

the Schema Registry app.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any