|
|
|
|
|
by skybrian
2647 days ago
|
|
This seems pretty simple when events are logged as they happen with little or no latency and you can let the stream set the timestamp. I wonder, though, about the case where events may be buffered, perhaps due to an unreliable network? The time that the event occurred might be significantly earlier than the time it's inserted, and furthermore events are arriving out of order. It seems like things get much more complicated? Let's say tennis games are recorded on a piece of paper and entered into the computer later. What is different? |
|