Avrora.Storage.Registry.put

You're seeing just the function put, go back to Avrora.Storage.Registry module for more information.

Register new version of schema under subject name.

Examples

...> schema = ~s({"fields":[{"name":"id","type":"string"},{"name":"amount","type":"double"}],"name":"Payment","namespace":"io.confluent","type":"record"})
...> {:ok, schema} = Avrora.Storage.Registry.put("io.confluent.examples.Payment", schema)
...> schema.full_name
"io.confluent.Payment"