apache / apache/rocketmq-schema-registry

Support binding/unbinding between subject and schema

Open
#31 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
34
Forks
20
PR merge metrics
No merged PRs in 30d

Description

At present, the request path of the REST interface for registering schema will assign a subject, so the schema is naturally bound to this subject after schema registration.
The following two things are expected to be realized:
1、support the unbinding of the schema with the subject, and the binding with a new subject.
2、It is allowed to bind a schema to multiple subjects, that is, multiple subjects share the same schema, and the binding version of each subject can be different.

The expected relationship will be like this.
![image](https://user-images.githubusercontent.com/23614576/183910466-5d2c000f-c05d-4ccc-bb8e-e8b16b91aa33.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.