Convenient support for working with Apache Avro serialization on the JVM
Bill of material that lists all modules for convenient dependency definition.
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.
Implements avro-registry-adapter-api
following the default avro lib serialization and deserialization specifications.
Implements a AvroSchemaRegistry that uses the apicurio-registry-client to connect to the apicurio registry via REST.