Expand description
In-memory event bus implementation using tokio broadcast channels.
This implementation is suitable for:
- Single server deployments
- Development and testing
- Simple deployments that don’t require horizontal scaling
For multi-replica deployments, use Redis or Postgres event bus instead.
Structs§
- Memory
Event Bus - In-memory event bus using tokio broadcast channels.