Replies: 2 comments
-
|
@shiv4289 That document is not readable, did you not yet make it public? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Done now. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, schema in pulsar is tightly coupled with a topic (one-to-one association). As part of this enhancement, we want to make it a many-to-many association, This would allow for:
To do this, we need to change the way schema and topic association works today. Schema (keyed by schemaId) should NOT be stored under a topic key. Schema and topic should be stored in different zookeeper directories. The association should be stored separately to allow many to many associations between topic and schema.
Here is a proposed solution for the same
Beta Was this translation helpful? Give feedback.
All reactions