Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Convenient support for working with Avro serialization and schema registry on the JVM

License

Notifications You must be signed in to change notification settings

holixon/avro-registry-adapter

Repository files navigation

avro-registry-adapter

incubating Build Status Codacy Badge codecov Maven Central sponsored

Convenient support for working with Apache Avro serialization on the JVM

Modules

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.