Crate zopp_events_memory

Crate zopp_events_memory 

Source
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§

MemoryEventBus
In-memory event bus using tokio broadcast channels.