Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Enable api to select the event store to persist to and replay from #3

@daviddawson

Description

@daviddawson

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions