-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
feat: add Avro 1.9 Schema #363
feat: add Avro 1.9 Schema #363
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Which tooling? 😄 If they dont support it, it does not really matter, because then we are back to whats currently in place, where it can be any. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - as highlighted, the duplication is unfortunate but something we can hopefully improve in future
/rtm |
Hello, @jonaslagoni! 👋🏼 |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
/rtm |
🎉 This PR is included in version 4.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
As done in #347 this PR adds the Avro Schema object for all v2 versions.
It is quite a few duplicate schemas... But there is currently no setup to share schemas between versions... Would be great to have at some point. See #364