When we do Aggregation based on Event Time, with a live stream of data - will the watermark for an event with certain key trigger the window operation on windows for other keys?
E.g aggregating on event-time-window of 10 Minutes. Received following event sequence:
id 1 at 12:00
id 1 at 12:08
id 2 at 12:15
id 1 at 12:20
Will event with id 2 fire time window for id 1 12:00-12:10? Or it will only happen at 12:20 when next event with id 1 arrives?