octue / octue-sdk-python

The python SDK for @Octue services and digital twins.
https://octue.com
Other
10 stars 4 forks source link

Add alternative constructor to `EventReplayer` that gets events from event store #674

Open cortadocodes opened 3 months ago

cortadocodes commented 3 months ago

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