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

[PROTOTYPE] Add unnamed types support #115

Open Strech opened 6 months ago

Strech commented 6 months ago

Resolves #95

This PR will add support for unnamed types. All codecs are going to support it. The only new limitation comes from Registry storage.

To "name" an unnamed type, we need its subject name and to get it we send a request to endpoint /schemas/ids/{id}/versions which exists only starting Confluent Schema Registry version 5.5.0.


TODO