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

Support configuration of custom GenericData/SpecificData instances #552

Open
ivangreene opened this issue Apr 28, 2019 · 0 comments
Open

Comments

@ivangreene
Copy link
Contributor

ivangreene commented Apr 28, 2019

Some Avro users may wish to extend GenericData/SpecificData, for example to configure a set of logical type conversions or to add handling for custom types.

Many Avro methods and class constructors used during ser/des optionally allow passing a specific instance of GenericData or SpecificData (e.g, the constructors of {Generic,Specific}Datum{Reader,Writer}). We should take advantage of this and allow the user of schema registry to configure a supplier of Generic/SpecificData instances, which would default to Generic/SpecificData.get()

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

No branches or pull requests

2 participants