elodina / go-avro

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

Protocol Parser #42

Open kellrott opened 9 years ago

kellrott commented 9 years ago

This is a first pass at parsing AVRO protocol files (avpr). It doesn't yet do anything with messages, but it will parse out the array of defines record schemas. The '--protocol' flag can now be passed to the codegen tool to use it.