avro
avro copied to clipboard
better namespace support
Currently if you've got several records with matching names (but different namespaces), you'll get an error because we'll generate duplicate Go types.
We could allow avro-generate-go
to specify a mapping from Avro namespace to Go packages (and potentially to different Go type names).