alysha
alysha
> Regarding this, I think we could get away with just changing the database.Open function to accept the name of the database to use, followed by a connection like so,...
Thanks for pointing this out - I've made a small change on master which should resolve this issue. Can you test it out and let me know, and then I...
Thanks for checking @rogpeppe! I'd be willing to add an argument to support the Java implementation - where names are only used for union resolution. Extending this to unions as...
> an attribute in the various definition types that requests the lax name checking behaviour. I think this is my favourite option, which could hopefully be adopted elsewhere. The way...
Hey @rogpeppe, this should be resolved thanks to the laxNames option to Compile that merged in #138. Let me know if you run into any edge cases.
> I'd like to read arbitrary avro messages from Kafka, where the topic is specified at build time, and the avro schema is pulled from our schema registry. This is...
@mikedewar > Right now we're exploring generating a .go file outside of the compile step using gogen-avro and storing it with the avro schema in its own little git repo....
Just a heads up, I've added support for generic data types in the most recent major release. This might serve your needs, let me know: https://github.com/actgardner/gogen-avro/blob/master/README.md#generic-data
I've updated the docs to `go get github.com/actgardner/gogen-avro/v7/cmd/...` which should be the correct command.
What version of Go are you using? Can you try `go get github.com/actgardner/gogen-avro/...`