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
I am not sure if adding a version property at schema level will only complicate the maintainability or it is a good enhancement. We can track the version of each schema within the library, but we need to be more carful while committing a new version.
In
Avro
it is possible to add version at schema levelThe
version
property can then be accessed usingI am not sure if adding a
version
property at schema level will only complicate the maintainability or it is a good enhancement. We can track the version of each schema within the library, but we need to be more carful while committing a new version.@blootsvoets @mbegalevibrent what do you think?
The text was updated successfully, but these errors were encountered: