Expand description
Projector: Event processing loop
Consumes events from the canonical store and applies them to projections.
Key features:
- Batching (events, bytes, latency limits)
- Graceful shutdown
- Lag monitoring
- Seal-aware processing
Re-exports§
pub use projector::Projector;pub use projector::ProjectorStats;