Expand description
In-memory SchemaRegistry implementation.
Suitable for testing, CLI use, and embedded deployments.
Thread-safe via Arc<RwLock<Inner>>.
Structs§
- Memory
Registry - Thread-safe in-memory schema registry.
In-memory SchemaRegistry implementation.
Suitable for testing, CLI use, and embedded deployments.
Thread-safe via Arc<RwLock<Inner>>.