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

Gradle plugin for checking AVRO Schemas compatibility #24

Open
fnobilia opened this issue Apr 24, 2017 · 0 comments
Open

Gradle plugin for checking AVRO Schemas compatibility #24

fnobilia opened this issue Apr 24, 2017 · 0 comments

Comments

@fnobilia
Copy link
Member

Quoting a blogspot from confluent blog.

We created a proprietary Gradle plugin to assist developers in managing message formats and compatibility. Developers create or edit .avsc files locally like the one below, and Gradle will check the schema compatibility against Schema Registry using its REST interface, and if the schema is compatible, generate Java classes of the corresponding event schema with avro-tools. Next, the developer will be able to create a pull request for the new schema, and once the code change is approved and merged, our build tool will use Gradle to conduct one more compatibility check against Schema Registry, and then actually update the schema in Schema Registry, and release a respective Jar to our local Maven repository

We don't have anything like that. It could be every useful in terms of community as well as development process. We could integrate it in the Travis script to apply advance checks before publishing a new version.

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

1 participant