You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
When scaling a system, it is unlikely you will remain with a single event infrastructure.
Instead, you will likely want to persist some events into a "local" event store, and others into one for inter service comms. (E.g. the difference between aggregate root internal events and external domain events).
This requires being able to specify, by name or tag, the event store to use on emit and replay.