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/11/01 12:34:54 UTC

[ANNOUNCE] Release Apache RocketMQ Schema Registry 0.1.0

Hi all,

The Apache RocketMQ team would like to announce the release of Apache
RocketMQ Schema Registry 0.1.0

RocketMQ Schema Registry is a Topic Schema's management center. It provides
a RESTful interface for register, delete, update, get and reference schema
to subject(RocketMQ Topic). By associating Schema with subject, the New
RocketMQ client can send structured data directly. Users no longer need to
care about the details of serialization and deserialization.

More details regarding Apache RocketMQ Schema Registry can be found at:

https://github.com/apache/rocketmq-schema-registry
<https://dist.apache.org/repos/dist/dev/rocketmq/rocketmq-schema-registry/>

The release artifacts can be downloaded here:

https://dist.apache.org/repos/dist/dev/rocketmq/rocketmq-schema-registry/

The release notes can be found here:

https://rocketmq.apache.org/zh/release-notes/2022/10/17/release-notes-rocketmq-schema-registry-all-0.1.0/

Thanks,

The Apache RocketMQ Team