We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @rogpeppe ,
I'm using go2avro but I'm unable to specify a namespace automatically.
go2avro
Since the program is for 1 type at a time, would be interesting to allow specifying the generated Avro namespace.
Thank you,
The text was updated successfully, but these errors were encountered:
Yes, that's a reasonable idea. Feel free to submit a PR :)
As a workaround, it should be easy to add the namespace after running go2avro by editing the generated schema.
Sorry, something went wrong.
Yeah that's what I did, patching the JSON after generation :)
No branches or pull requests
Hi @rogpeppe ,
I'm using
go2avro
but I'm unable to specify a namespace automatically.Since the program is for 1 type at a time, would be interesting to allow specifying the generated Avro namespace.
Thank you,
The text was updated successfully, but these errors were encountered: