Hi, I have a streaming application based on event time. When I issue a watermark that will close more than 1 window (and trigger their processment), I can see that windows are computed sequentially (at least using local machine) and that the computing order is not defined. Can I change this behavior to make it compute from the oldest to the newest window? Where in the flink code can I find this that handles the scheduling of window processment?
Thank you.