Re: flink eventTime, lateness, maxoutoforderness
Posted by
Eron Wright on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/flink-eventTime-lateness-maxoutoforderness-tp17318p17319.html
Take a look at the section of Flink documentation titled "Event Time and Watermarks":
Also read the excellent series "Streaming 101" and "102", has useful animations depicting the flow of time:
Think of the watermark as a clock, ticking along due to information from the connector or from a watermark generator.
Hope this helps,
Eron