You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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).
If such feature is not present yet!! it would be of great help if such feature gets introduced in future updates.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi everyone,
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.
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.
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).
If such feature is not present yet!! it would be of great help if such feature gets introduced in future updates.
Thanks in advance.
The text was updated successfully, but these errors were encountered: