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
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