-
Notifications
You must be signed in to change notification settings - Fork 95
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
Serialize schemas feature #400
Comments
The scheme can already be marshalled into JSON or in canonical form. Your proposed PR cannot work, as it would instantly break in the case of a circular schema. |
Could you point me to the method to use ? |
for marshalling to JSON, you literally just use |
Hi,
We currently leverage the hamba/avro to resolve our schemas and their dependencies and we need a feature to serialize the schemas once resolved, this is pretty useful when storing the schemas within a registry, like confluent or apicurio.
The text was updated successfully, but these errors were encountered: