Motivation
Sometimes stage switches happen within one millisecond, what generates to event messages with the same timestamp. The platform should provide a sequenceId to allow to restore the order of events.
Input
Current messages w/o sequenceId
Output
Messages with sequenceId
Test
- Check if unit tests cover that
- Run test job and check sequenceId in printed messages.
Motivation
Sometimes stage switches happen within one millisecond, what generates to event messages with the same timestamp. The platform should provide a
sequenceIdto allow to restore the order of events.Input
Current messages w/o sequenceId
Output
Messages with sequenceId
Test