Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Add a total order key to events #40

@thibaultponcelet

Description

@thibaultponcelet

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions