You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Stephen <ba...@gmail.com> on 2018/08/23 18:40:27 UTC

question about setting different time window for operators

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.

Re: question about setting different time window for operators

Posted by vino yang <ya...@gmail.com>.
Hi Stephen,

Yes, of course. You can reuse upstream stream objects to build different
windows.

Thanks, vino.

Stephen <ba...@gmail.com> 于2018年8月24日周五 上午2:40写道:

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