Hi

I think you can give more detail such as  example can help us to trace the
cause, thanks


Best,
Shammon


On Tue, Mar 7, 2023 at 5:31 PM Saurabh Singh via user <user@flink.apache.org>
wrote:

> Hi Community,
>
> We have the below use case,
>
>    - We have to use EventTime for Windowing (Tumbling Window) and
>    Watermarking.
>       - We use *TumbingEventTimeWindows* for this
>    - We have to continuously emit the results for Window every 1 minute.
>       - We are planning to use *ContinousProcessingTimeTrigger* for the
>       same.
>       - ContinuousProcessingTimeTrigger.of(Time.seconds(60))
>
> However when we execute this job - We face the below Issue.
>
>    - *No Watermark (Watermarks are only available if EventTime is used)*
>
>
> Could you suggest what should be the right trigger/windowing for the same?
> Anything we could be missing?
>
>
>
> Regards
> Saurabh
>

Reply via email to