Re: EventTimeSessionWindow firing too soon
Posted by
orips on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/EventTimeSessionWindow-firing-too-soon-tp35959p35977.html
So why is it happening? I have no clue at the moment.
My event-time timestamps also do not have big gaps between them that would explain the window triggering.
On Mon, Jun 15, 2020 at 9:21 PM Robert Metzger <
[hidden email]> wrote:
If you are using event time in Flink, it is disconnected from the real world wall clock time.
You can process historical data in a streaming program as if it was real-time data (potentially reading through (event time) years of data in a few (wall clock) minutes)
Hi
I think it maybe you use the event time, and the timestamp between your event data is bigger than 30minutes, maybe you can check the source data timestamp.
Best,
Yichao Yang
发自我的iPhone------------------ Original ------------------
Date: Mon,Jun 15,2020 10:50 PM
Subject: Re: EventTimeSessionWindow firing too soon