elodina / go-avro

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

Support absolute name type references. #76

Closed crast closed 8 years ago

crast commented 8 years ago

When we have schemas that reference schemas in a different packages, you use the full dotted path name to reference the type.

Support these paths during schema import.

Also, as an addition, support the alternate syntax for specifying a type {"type": "CustomType"} just for completeness.

serejja commented 8 years ago

Merged, thanks!