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

Generate avro schema files from kotlin code #213

Open
Chuckame opened this issue May 18, 2024 · 0 comments
Open

Generate avro schema files from kotlin code #213

Chuckame opened this issue May 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Chuckame
Copy link
Contributor

the need

Keep updated the schema files easily with a single gradle command, corresponding to a custom configured Avro instance. This allows to share the schema in the git repo, trigger some CI stuff, or even more.

how / questions

This would create a plug-in to generate avro schema files.

The main challenge is to use a configured instance of Avro to get the custom logical types.

The other challenge is to select which classes are about to be generated.

@Chuckame Chuckame added the enhancement New feature or request label May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant