klarna / erlavro

Avro support for Erlang/Elixir (http://avro.apache.org/)
Apache License 2.0
131 stars 39 forks source link

Creates a binary with the scheme #83

Closed hats closed 6 years ago

hats commented 6 years ago

How to create a binary with the scheme as in interop.ocf?

zmstone commented 6 years ago

here is an example: https://github.com/klarna/erlavro/blob/master/test/avro_ocf_tests.erl#L122-L128

hats commented 6 years ago

Thanks!