io.github.embeddedkafka.schemaregistry

Members list

Type members

Classlikes

object Codecs

Attributes

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

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
object
Supertypes
trait KafkaOps
trait ZooKeeperOps
trait ProducerOps[EmbeddedKafkaConfig]
trait ConsumerOps[EmbeddedKafkaConfig]
trait AdminOps[EmbeddedKafkaConfig]
class Object
trait Matchable
class Any
Show all
Known subtypes
object EmbeddedKafka

Attributes

Companion
trait
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
Show all
Self type
trait EmbeddedKafkaConfig extends EmbeddedKafkaConfig

Attributes

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

Attributes

Companion
trait
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

Supertypes
trait Serializable
trait Product
trait Equals
trait EmbeddedKafkaConfig
class Object
trait Matchable
class Any
Show all
case class EmbeddedSR(app: SchemaRegistryRestApplication)

An instance of an embedded Schema Registry app.

An instance of an embedded Schema Registry app.

Value parameters

app

the Schema Registry app.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all