[GitHub] flink issue #5790: [FLINK-9107][docs] document timer coalescing for ProcessF...

2018-04-04 Thread twalthr
Github user twalthr commented on the issue: https://github.com/apache/flink/pull/5790 Thank you @NicoK. I will merge this... ---

[GitHub] flink issue #5790: [FLINK-9107][docs] document timer coalescing for ProcessF...

2018-04-03 Thread NicoK
Github user NicoK commented on the issue: https://github.com/apache/flink/pull/5790 thanks - fixed and extended with an example for "schedule with the next watermark" for event-time timers ---

[GitHub] flink issue #5790: [FLINK-9107][docs] document timer coalescing for ProcessF...

2018-03-29 Thread NicoK
Github user NicoK commented on the issue: https://github.com/apache/flink/pull/5790 Actually, more advanced schemes using `current watermark + 1` (which fires with the next watermark) for the event time timer should also go into the documentation. I'll extend the PR ... ---