You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: