-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I think we can achieve semi-ordering across producers using Hybrid Logical Clocks, semi because:
- In real-time the events will be ordered by the time they arrive at the consumer (but always ordered per producer).
- When synchronizing with history the events would be ordered by the timestamp assigned by each producer - so always order per producer and very close to the order of real-time.
The store should now save the events by topic and timestamp
Metadata
Metadata
Assignees
Labels
No labels