Avrora.Storage.Registry (avrora v0.14.0) 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

Link to this section Functions

Get schema by integer ID.

Examples

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

make_reference_lookup_function(map)

View Source