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

Refactor Avrora.Resolver #126

Open Strech opened 2 months ago

Strech commented 2 months ago

This module combines different behaviors for different situations, like reader and writer scenarios. It's hard to understand at first glance and it confuses you.

Also, if we allow encoding without reading a schema file, by restricting it to schema_name + version we must have a better ground to introduce it.