Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comparing different schema versions present in value schema for a topic #3255

Open
kcharan1 opened this issue Aug 27, 2024 · 0 comments
Open

Comments

@kcharan1
Copy link

Hi everyone,

  1. We are using schema registry in our project ,compatibility is set to NONE , this way schema registry automatically registers any changes that occur to schema and assigns versions and unique IDS to it.

  2. This data is later extracted and we are using 'deepdiff' to differentiate between two versions but the accuracy is very low when multiple changes occur to a schema.

  3. Is there an inbuilt feature present in schema registry that can differentiate between two versions , return what has happened to that affected column(Add, Delete or Rename).

  4. If such feature is not present yet!! it would be of great help if such feature gets introduced in future updates.

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant