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.

貢獻者指南