Re: question about setting different time window for operators
Posted by
vino yang on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/question-about-setting-different-time-window-for-operators-tp22534p22535.html
Hi Stephen,
Yes, of course. You can reuse upstream stream objects to build different windows.
Thanks, vino.
Hi,
Is that possible to set different operators with different time windows in a pipeline? For example, for the wordcount example, could I set execution period of filter operator 2s but set filter 3s?
Thank you.