heetch/avro

better namespace support

Opened this issue · 0 comments

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).