Re: Multiple Window Operators

2016-12-07 Thread Aljoscha Krettek
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

Multiple Window Operators

2016-12-07 Thread Nico
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