Add alternative constructor to `EventReplayer` that gets events from event store
cortadocodes opened this issue · 0 comments
cortadocodes commented
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