What is a watermark in stream processing?
- A A heuristic indicating that events older than a threshold are unlikely to arrive
- B A data quality flag
- C A security token
- D A partition identifier
Answer
A heuristic indicating that events older than a threshold are unlikely to arrive
Watermarks let a windowed aggregation close and emit results despite the possibility of arbitrarily late events.





