Re: context.timestamp null in keyedprocess function

2022-06-15 Thread Shengkai Fang
hi. Could you share more info for us, e.g. exception stack? Do you set the assigner for all the source? I think you can modify the KeyedProcessFuncition to print the message whose timestamp is null. Best, Shengkai bat man 于2022年6月15日周三 14:57写道: > Has anyone experienced this or has any clue? >

Re: context.timestamp null in keyedprocess function

2022-06-14 Thread bat man
Has anyone experienced this or has any clue? On Tue, Jun 14, 2022 at 6:21 PM bat man wrote: > Hi, > > We are using flink 12.1 on AWS EMR. The job reads the event stream and > enrich stream from another topic. > We extend AssignerWithPeriodicWatermarks to assign watermarks and extract > timestamp

context.timestamp null in keyedprocess function

2022-06-14 Thread bat man
Hi, We are using flink 12.1 on AWS EMR. The job reads the event stream and enrich stream from another topic. We extend AssignerWithPeriodicWatermarks to assign watermarks and extract timestamp from the event and handle idle source partitions. AutoWatermarkInterval set to 5000L. The timestamp extr