Strech / avrora

A convenient Elixir library to work with Avro messages, schemas and Confluent® Schema Registry
https://hexdocs.pm/avrora
MIT License
98 stars 33 forks source link

Avrora.Storage.File.get/1 rise argument error exception instead of a result #64

Closed Strech closed 3 years ago

Strech commented 3 years ago

If make a call without linking the Avrora module this error occurs:

iex(1)> Avrora.Storage.File.get("io.confluent.Payment")
16:10:24.719 [debug] reading schema `io.confluent.Payment` from the file .../avrora/test/fixtures/schemas/io/confluent/Payment.avsc
** (ArgumentError) argument error
Strech commented 3 years ago

Invalid