avrora v0.13.0 Avrora.Storage.Registry View Source

Avora.Storage behavior implementation which uses Confluent Schema Registry.

This only implements the minimum client functionality needed to talk with the registry. Inspired by Schemex.

Link to this section Summary

Functions

Get schema by integer ID.

Link to this section Functions

Get schema by integer ID.

Examples

...> {:ok, schema} = Avrora.Storage.Registry.get(1)
...> schema.full_name
"io.confluent.Payment"