Distributed Time Keeping

2 mesto1 1 5/28/2025, 7:55:04 AM s2.dev ↗

Comments (1)

j_seigh · 1d ago
Esper (used for streaming correlation and pattern matching) has time order windows. Basically within a specified time window size, it will reorder events according to their timestamps if they are not too far out of order. For real time streaming, that will delay event processing by what the window size is. For something like Kafka that wouldn't be a problem so much.