Hi, I'm interested in helping out on this project. I also want to implement a
continuous time-boxed sliding window, my current use case is a 60-second
sliding window that moves whenever a newer event arrives, discarding any
late events that arrive outside the current window, but *also* re-triggering
window processing for any late events within the current window. I
considered using sliding windows with a 1-second granularity, but I'd be
discarding a lot of windows on sparse data, and rebuilding pontetially very
large windows for relatively small 1-second updates.

I'm a fellow in the Insight Data Engineering program. We just got underway,
and I have 3 weeks in which to complete a project. I'd love to tackle this
one, and I'm trying to assess the practicality and feasibility of it.

I noticed that FLIP-2 and FLIP-4 are still under discussion; is it premature
to try to implement these enhancements? And would you be at all
willing/available to help me get up to speed?

Thank you much!



--
View this message in context: 
http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Firing-windows-multiple-times-tp8424p8975.html
Sent from the Apache Flink User Mailing List archive. mailing list archive at 
Nabble.com.

Reply via email to