eventflow / EventFlow

Async/await first CQRS+ES and DDD framework for .NET
https://geteventflow.net
Other
2.39k stars 445 forks source link

Issue #919: Enable IEventStore to load events up to a given sequence number #1008

Closed SeWaS closed 8 months ago

SeWaS commented 1 year ago

Hello 👋

As mentioned in issue #919 , let's enhance the event store API to be able to load events which are within a given sequence-number range of the targeted aggregate.

If this PR could help, just let me know when things are missing, docs have to be adjusted or if any more tests are required. Would be happy to adjust.

Cheers

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

kyle-bradley commented 10 months ago

Great feature! Especially when it comes to debugging.

One suggestion would be to extend this functionality to the rebuilder. That way, you can get your write & read state to a certain point in time.