apache/rocketmq-schema-registry

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

Ouverte

#82 ouverte le 22 avr. 2023

 (0 commentaire) (0 réaction) (0 personne assignée)Java (20 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (34 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur