Stream Iterative Matching

2020-05-20 Thread ba
Hi All, I'm new to Flink but am trying to write an application that processes data from internet connected sensors. My problem is as follows: -Data arrives in the format: [sensor id] [timestamp in seconds] [sensor value] -Data can arrive out of order (between sensor IDs) by upto 5 minutes. -So a

Re: Stream Iterative Matching

2020-05-21 Thread ba
Hi Guowei, Thank you for your reply. Are you able to give some detail on how that would work with the per window state you linked? I'm struggling to see how the logic would work. I guess something like a session window on a keyed stream (keyed by sensor ID). Timers would fire 90 seconds after eac