Hi guys,

I can see in many examples that window method is always preceded by keyBy:

|data.keyBy(<key selector>)|
|.window(SlidingEventTimeWindows.of(Time.seconds(10), Time.seconds(5)))|
|.<windowed transformation>(<window ||function||>)|
||
||
||
|
|
Does it mean that a new window will be create for each group/key?

Thanks, Vadim.

Reply via email to