Strech / avrora

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

Refactor Avrora.Resolver #126

Open Strech opened 1 month ago

Strech commented 1 month 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.