Eventuous / eventuous

Event Sourcing library for .NET
https://eventuous.dev
Apache License 2.0
447 stars 71 forks source link

Use the actual event number instead of the OriginalEventNumber #240

Closed alexeyzimarev closed 1 year ago

alexeyzimarev commented 1 year ago

Use the actual event number instead of the OriginalEventNumber, which might point to a link event position (fixes #228)

alexeyzimarev commented 1 year ago

It broke checkpointing for $all subscriptions as they seem to use the wrong field.