Fabian, Thank you for replying.
If I understand your previous comment correctly, I setup up a consumer with parallelism 1 and connect a worker task with parallelism 2. If worker thread one is making a block call and stuck for 60s, the consumer thread should continue fetching from the partition and feeding thread two. >From my reading of Flink documentation, if checkpointing is enabled, the consumer should commit its own internal state back to Kafka to show progress to external monitoring tool. If that`s the case, during the 60s when thread one is stuck, checkpoint should all succeed, thread two continuing chucking along merrily. Even though the highest offset committed is the one less than the offset hold by thread 1. After 60s, I should see a huge jump from the monitoring tool due to the fact the thread 1 has released the offset and all offsets consumed by thread 2 during the 60s can be committed. However, what I have observed is that the as soon as thread one get stuck, checkpointing is choked, consumer thread stopped feeding thread two and the whole pipeline became stagnant. Could you please help me understand this behavior. Thanks again. Ben -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/