apache / rocketmq-schema-registry

Apache RocketMQ Schema Registry
https://rocketmq.apache.org/
31 stars 20 forks source link

release 1.0.0 #70

Closed MatrixHB closed 2 years ago

MatrixHB commented 2 years ago

1、support schema management by restful API, including register, update, delete, and query. 2、support schema storage with RocketMQ compact topic persistence and RocksDB local cache. 3、support http client to use schema registry and serializer/deserializer SDK for RocketMQ clients. 4、support AVRO schema compatibility validation for schema evolution and also serialize/deserialize process.