apache/rocketmq-schema-registry

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

Open

#82 opened on Apr 22, 2023

 (0 comments) (0 reactions) (0 assignees)Java (20 forks)auto 404
good first issue

Repository metrics

Stars
 (34 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide