Convenient support for working with Avro serialization and schema registry on the JVM
Convenient support for working with Apache Avro serialization on the JVM
avro-registry-adapter-bom
Bill of material that lists all modules for convenient dependency definition.
avro-registry-adapter-api
Defines core interfaces and helpers to simplify and generalize working with apache avro.
These interfaces do not rely on the default serialization of the avro lib, so they can be implemented against various
registries and serialization strategies.
avro-registry-adapter-default
Implements avro-registry-adapter-api
following the default avro lib serialization and deserialization specifications.
avro-registry-adapter-apicurio-rest
Implements a AvroSchemaRegistry that uses the apicurio-registry-client to connect to the apicurio registry via REST.