01:05 Nico wrote:
> Hi,
>
> I am a little bit confused regarding the windows in Flink. Is it possible
> to use multiple window operators in a single flink job? In my example I
> receive events every 5s, which need to be edited before further
> investigation. For this I use a key
Hi,
I am a little bit confused regarding the windows in Flink. Is it possible
to use multiple window operators in a single flink job? In my example I
receive events every 5s, which need to be edited before further
investigation. For this I use a keyBy(ID) followed by a sliding
Count-Window (2,1