Re: The contradiction between event time and natural time from EventTimeTrigger

2019-04-30 Thread Rong Rong
Hi Zhipeng, Please see my explanation below: >From the default EventTimeTrigger source code, I found that only onElement > method (will judge the watermark) and onEventTime method only have a chance > to trigger TriggerResult.FIRE; > Therefore, the default EventTimeTrigger is assumed and must be

The contradiction between event time and natural time from EventTimeTrigger

2019-04-27 Thread 邵志鹏
Dear flinker: Look at the contradiction between event time and natural time from EventTimeTrigger.java (the window at the time of the break and the end of the window at the end of the end must not be "real time"): From the default EventTimeTrigger source code, I found that only onElement met