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

Enhanced AVRO support : nested records and self describing schema #5

Open
chipmaurer opened this issue Apr 28, 2021 · 0 comments
Open

Comments

@chipmaurer
Copy link
Collaborator

For self describing schemas support : use the schema definition supplied for the avro formatted objects. I think you are able to determine an object schema by reading a header from the object.

For nested records, each record may include a sub-record, like a person may include name, age, etc fields, but the address may be a top level object, and the street, town, zip, etc may be the 'address' sub-record in the person object.

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

No branches or pull requests

1 participant