Skip to main content

Module memory

Module memory 

Source
Expand description

In-memory SchemaRegistry implementation.

Suitable for testing, CLI use, and embedded deployments. Thread-safe via Arc<RwLock<Inner>>.

Structs§

MemoryRegistry
Thread-safe in-memory schema registry.