Crate schema_registry_storage

Crate schema_registry_storage 

Source
Expand description

§Schema Registry Storage

Storage abstraction layer for PostgreSQL, Redis, and S3. Implements the SchemaStorage trait from schema-registry-core.

Modules§

cache_warmer
postgres
PostgreSQL storage implementation
redis_cache
Redis caching layer
s3
S3 storage for schema archives

Structs§

MultiTierStorage
Multi-tier storage implementation

Enums§

StorageConfig
Storage backend configuration