Hacker News new | ask | show | jobs
by jedmeyers 2086 days ago
If events are generated by different processes you cannot really guarantee that time is exactly the same for them, unless you do something fancy to ensure that.
1 comments

Interesting. The ordering here is when the event was generated or when the event entered the queue ? I think the later and so I think the examples here don’t apply without something on top and a trade off
The queue entrypoint is not always the same process either, especially in a system like Pub/Sub.