mark kafka stream as idle if no data comes in for a while in flink 1.10

2021-01-11 Thread Akisaya
Hey there, recently I have to join two streams while one of it may be idle for a long time, in flink 1.12, the Watermark Generator has a method `withIdleness` to detect if a stream is idle or not so that the operator can still advance its watermark by another active stream, and the state of this op

Re: mark kafka stream as idle if no data comes in for a while in flink 1.10

2021-01-11 Thread Akisaya
. > > On 1/11/2021 12:40 PM, Akisaya wrote: > > Hey there, > recently I have to join two streams while one of it may be idle for a long > time, in flink 1.12, the Watermark Generator has a method `withIdleness` > to detect if a stream is idle or not so that the operator can still advan