apache/rocketmq-schema-registry
One subject corresponds to only one schema, but there is not any checks when schema registering.
Aberta
#82 aberto em 22 de abr. de 2023
good first issue
Métricas do repositório
- Stars
- (34 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description

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.