apache/rocketmq-schema-registry

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

オープン

#82 opened on 2023/04/22

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Java (20 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (34 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド