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
Thing is that we also have external parties submitting data in multiple formats icluding json and xml files, coul I use this registry to store these "external" schemas at same place as avro?
In the current form, this registry cannot be used to store XSD or JSON schemas instead of Avro. The reason is that the registry does not treat the Avro schemas as opaque strings. The Avro schemas are parsed and identified using a fingerprint that is defined by the Avro project. So the implementation of the registry is pretty Avro specific.
No description provided.
The text was updated successfully, but these errors were encountered: