elodina / go-avro

Apache Avro for Golang
http://elodina.github.io/go-avro/
Apache License 2.0
129 stars 55 forks source link

usage multiple schema test case / code example #1

Closed eflauzo closed 9 years ago

eflauzo commented 9 years ago

Project is looking very interesting, but it misses example how to load multiple avro schemas and then use them.

I can not see in test cases example where one would load few avro schemas where one is depended on another, and then serialize/deserialize message.

serejja commented 9 years ago

Hey @eflauzo, thank you and Michael for providing me with some of your work. I managed to integrate some of your code into go-avro now, maybe will add some more stuff a bit later. For now (regarding this issue) I've added some code examples showing how to use schema loading.

Thanks!