Open cortadocodes opened 3 months ago
Get and replay events from the event store in fewer lines of code.
We have to get the events and then replay them.
Add an alternative constructor to EventReplayer that gets events from event store and is ready to replay them
EventReplayer
Feature request
Use Case
Get and replay events from the event store in fewer lines of code.
Current state
We have to get the events and then replay them.
Proposed Solution
Add an alternative constructor to
EventReplayer
that gets events from event store and is ready to replay them