You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2024. It is now read-only.
I think should definitely try to find a way to save the total order in which the events where published the first time in order to ensure a consistent replay.
For the moment we use the 'timestamp' of the event. Until now 45 events have the same timestamp than 2 others and 26102 events have the same timestamp than one other but in my application. This is nearly 10% of my events.
This mean for the moment the system can potentially be in a different state after a replay although this does not seems to have been a problem in my case until now.