Re: Flink unable to read from kafka source due to starting offset strategy

2024-03-22 Thread Sachin Mittal
Hi, After some debugging I see these in the logs: 2024-03-22 14:25:47,555 INFO org.apache.kafka.clients.NetworkClient [] - [Consumer clientId=qubit-data-consumer-0, groupId=spflink] Disconnecting from node 11 due to request timeout. 2024-03-22 14:25:47,647 INFO

Re: Flink unable to read from kafka source due to starting offset strategy

2024-03-22 Thread Sachin Mittal
Hi, I was experimenting with different starting offset strategies for my Flink job, especially in cases where jobs are canceled and scheduled again and I would like to start with the last committed offset and if the same is not available then start from the latest. So I decided to use this: