Re: Custom trigger to trigger for late events

2020-05-29 Thread Congxian Qiu
Hi Poornapragna I'll try to answer your questions 1. you don't need to delete the timer manually(it will be deleted after fired), but you can delete the timers manually if you want. 2. AFAIK, triggers would not be snapshot out, but the timers will be snapshot out 3. delete timer that was not

Custom trigger to trigger for late events

2020-05-28 Thread Poornapragna Ts
Hi, I have a simple requirement where i want to have 10 second window with allow late events upto 1 hour. Existing TumblingEventTimeWindows with EventTimeTrigger will work for this. But the EventTimeTrigger, triggers for every incoming event after watermark has passed windows max time. I don't