danielcirket / OpenEventSourcing

MIT License
3 stars 0 forks source link

Add support for handling gaps in event streams (delay retry) #46

Closed danielcirket closed 4 years ago

danielcirket commented 4 years ago

Will close #37

danielcirket commented 4 years ago

This technically has a breaking change by making the offset become inclusive, i.e. (>= offset, rather than > offset)