mediative / eigenflow

ETL orchestration platform with recoverability and process monitoring features
https://mediative.github.io/eigenflow/
Apache License 2.0
9 stars 4 forks source link

Add sequenceId to messages #23

Open dmitri-carpov opened 8 years ago

dmitri-carpov commented 8 years ago

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