link to know when to emit
> a window and therefore you won't see any outgoing events.
>
> Kind Regards
>
> Dominik
>
>
>
> *From: *Sachin Mittal
> *Date: *Monday, 8 April 2024 at 08:17
> *To: *user@flink.apache.org
> *Subject: *How to debug window step in flink
g events.
Kind Regards
Dominik
From: Sachin Mittal
Date: Monday, 8 April 2024 at 08:17
To: user@flink.apache.org
Subject: How to debug window step in flink
Be aware: This is an external email.
Hi,
I have a following windowing step in my pipeline:
inputData
.keyBy(new MyKeySelector
Hi,
I have a following windowing step in my pipeline:
inputData
.keyBy(new MyKeySelector())
.window(
TumblingEventTimeWindows.of(Time.seconds(60)))
.reduce(new MyReducer())
.name("MyReducer");
Same step when I see in Flink UI shows as:
Window(TumblingEventTimeWindows(60