hyperion.adapters.schema_registry.local¶
hyperion.adapters.schema_registry.local
¶
Local-filesystem :class:SchemaStore adapter (lite -- stdlib only).
LocalSchemaStore
¶
Bases: SchemaStore
Schema store for local files.
Initialize the local schema store with the given path.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
schemas_path
|
Path
|
The path to the schemas. Defaults to AVRO_SCHEMAS_PATH. |
AVRO_SCHEMAS_PATH
|