avrora v0.1.0-beta Avrora.Storage.Registry View Source
A small wrapper for Confluent Schema Registry, with as less as possible functionality. Inspired by Schemex.
Link to this section Summary
Link to this section Functions
Link to this function
get(key) View Source
Fetch a schema by a globally unique ID.
FIXME: Can't use a real docs with iex> because don't know how to make it work
Examples
...> {:ok, avro} = Avrora.Storage.Registry.get(1)
...> avro.schema.schema.qualified_names
...> ["io.confluent.examples.Payment"]