package registry
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait AbrisRegistryClient extends AnyRef
- class ConfluentMockRegistryClient extends AbrisRegistryClient
- class ConfluentRegistryClient extends AbrisRegistryClient
- case class IdCoordinate(schemaId: Int) extends SchemaCoordinate with Product with Serializable
- case class LatestVersion() extends SchemaVersion with Product with Serializable
- case class NumVersion(num: Int) extends SchemaVersion with Product with Serializable
-
trait
SchemaCoordinate extends AnyRef
coordinate that unambiguously identifies schema in schema registry
-
class
SchemaSubject extends AnyRef
Represents Confluent Schema Registry Subject created using naming strategy
Represents Confluent Schema Registry Subject created using naming strategy
https://docs.confluent.io/current/schema-registry/serdes-develop/index.html#how-the-naming-strategies-work
-
trait
SchemaVersion extends AnyRef
Version of schema stored in Confluent Schema Registry
- case class SubjectCoordinate(subject: SchemaSubject, version: SchemaVersion) extends SchemaCoordinate with Product with Serializable
Value Members
- object ConfluentRegistryClient
- object SchemaSubject