apache/rocketmq-schema-registry

One subject corresponds to only one schema, but there is not any checks when schema registering.

开放

#82 创建于 2023年4月22日

 (0 条评论) (0 个反应) (0 位负责人)Java (20 个派生)auto 404
good first issue

仓库指标

星标
 (34 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

image

You can change the schemaName and register a schema to the same topic by invoke the method schemaRegistryClient.registerSchema.

I think the request must be rejected, when there is a schema bind to the topic(subject). To protect the semantics one subject corresponds to only one schema.

贡献者指南