项目作者: holixon

项目描述 :
Convenient support for working with Avro serialization and schema registry on the JVM
高级语言: Kotlin
项目地址: git://github.com/holixon/avro-registry-adapter.git
创建时间: 2021-04-05T11:21:32Z
项目社区:https://github.com/holixon/avro-registry-adapter

开源协议:Apache License 2.0

下载


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.