Re: File Source Watermark Issue

2023-10-16 Thread Martijn Visser
> > > > Can someone help me here? > > > > Regards, > > Kirti Dhar > > > > From: Kirti Dhar Upadhyay K > Sent: 10 October 2023 15:52 > To: user@flink.apache.org > Subject: File Source Watermark Issue > > > > Hi Team, > > > >

RE: File Source Watermark Issue

2023-10-15 Thread Kirti Dhar Upadhyay K via user
Hi Community, Can someone help me here? Regards, Kirti Dhar From: Kirti Dhar Upadhyay K Sent: 10 October 2023 15:52 To: user@flink.apache.org Subject: File Source Watermark Issue Hi Team, I am using Flink File Source with window aggregator as process function, and stuck with a weird issues

File Source Watermark Issue

2023-10-10 Thread Kirti Dhar Upadhyay K via user
Hi Team, I am using Flink File Source with window aggregator as process function, and stuck with a weird issues. File source doesn't seem emitting/progressing the watermarks, whereas if I put a delay (say 100ms) while extracting timestamp from event, it is working fine. A bit same thing I found