Reordering Events in a Stream Due to Messaging Queues #3575
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am currently saving all events from a RabbitMQ consumer (Masstransit) using MartenDB as an EventStore . However, because of this setup, the order of events is not guaranteed. Consequently, entities in MartenDB may have a different order as they were published.
Is there a way to change the internal timestamp of the events so I can modify it to reflect the publishing time? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions