apache/rocketmq-schema-registry

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

Aperta

#82 aperta il 22 apr 2023

 (0 commenti) (0 reazioni) (0 assegnatari)Java (20 fork)auto 404
good first issue

Metriche repository

Star
 (34 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor