-
Notifications
You must be signed in to change notification settings - Fork 39
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
Can this crate registers schema in the schema registry if the schema is not found. #111
Comments
Certainly an interesting idea. Do you know if there are any crates available for the part of inferring an Avro Schema from struct? I'm afraid that might be pretty difficult to tackle, and out of scope for this project. |
apache-avro crate provides this: |
I might have some time the next few weeks to give it a try. |
Thanks, here is a sample of Go implementation too if that help. I'm also happy to assist too. |
Thanks. It turned out that getting a newly built house is quite tiring. I hope to have some time in the next few weeks. |
Hey, congrats on the newly built house!! |
Anyone, feel free to pick this up. |
Is your feature request related to a problem? Please describe.
It would be cool if the crate could infer avro schema from the struct and register it in schema in the schema registry.
Describe the solution you'd like
The crate would have to match rust data type to Avro data type.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: