You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by nize <un...@gmail.com> on 2022/10/14 12:38:40 UTC

[RESTART][DISCUSS]RocketMQ Schema Registry 0.1.0 release

This is the discussion for the release of RocketMQ Schema Registry 0.1.0
version.


RocketMQ Schema Registry is an independent  repository which complements
rocketmq ability to serialize and deserialize.

In this release, capabilities are supported as follows:

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 manage schema registry and serializer/deserializer
SDK for RocketMQ clients.
4、support AVRO schema compatibility validation for schema evolution and
serialize/deserialize process.

If there are no other sounds, I would like to call for a vote for RocketMQ
Schema Registry 0.1.0 release.