avrora v0.2.0 Avrora.Config View Source
Configuration for Avrora with some extra options.
Available options:
* `schemas_path` a path where all local schemas stored (default: ./priv/schemas)
* `registry_url` a Confluent Schema Registry url (default: nil)
Extra settings:
* `file_storage` implements `Storage` behaviour and handle files in `schemas_path`
* `memory_storage` implements `Storage` behaviour and handle memory operations
* `registry_storage` implements `Storage` behaviour and handle Schema Registry via `registry_url`
* `http_client` a basic HTTP client for the get/post requests