Packages

p

za.co.absa.abris.avro

registry

package registry

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait AbrisRegistryClient extends AnyRef
  2. class ConfluentMockRegistryClient extends AbrisRegistryClient
  3. class ConfluentRegistryClient extends AbrisRegistryClient
  4. case class IdCoordinate(schemaId: Int) extends SchemaCoordinate with Product with Serializable
  5. case class LatestVersion() extends SchemaVersion with Product with Serializable
  6. case class NumVersion(num: Int) extends SchemaVersion with Product with Serializable
  7. trait SchemaCoordinate extends AnyRef

    coordinate that unambiguously identifies schema in schema registry

  8. 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

  9. trait SchemaVersion extends AnyRef

    Version of schema stored in Confluent Schema Registry

  10. case class SubjectCoordinate(subject: SchemaSubject, version: SchemaVersion) extends SchemaCoordinate with Product with Serializable

Ungrouped