Open Maatary opened 5 years ago
This looks like a problem in the Kafka client. You could try overriding the Kafka client Alpakka uses to Kafka 2.3. Please report back if that does help.
Hi ennru,
I upgraded the Kafka client to 2.3.0 and the info message is showing up in the logs on a continuous basis.
[2019-11-25T15:12:32,778][INFO ][org.apache.kafka.common.utils.AppInfoParser] Kafka version: 2.3.0
[Consumer clientId=logstash-1, groupId=ls_proxy] Node 339862361 was unable to process the fetch request with (sessionId=555954710, epoch= 1502): FETCH_SESSION_ID_NOT_FOUND.
Thanks Murali
@ennru You seem to have closed this ticket, but I do have issues with akka-stream 2.6.1, akka-stream-kafka is 2.0.2 and Kafka clients 2.4.0 in my project. I see info logs such as below and then the consumption on some partitions stop around when these lines start getting logged.
Node 549730437 was unable to process the fetch request with (sessionId=605783777, epoch=13889): FETCH_SESSION_ID_NOT_FOUND.]
Node 295448087 was unable to process the fetch request with (sessionId=1293138871, epoch=13807): FETCH_SESSION_ID_NOT_FOUND.]
This issue is still open. We have not gotten enough information of what might be causing this problem.
What Kafka version is your broker on?
I am also getting FETCH_SESSION_ID_NOT_FOUND. (org.apache.kafka.clients.FetchSessionHandler) when using Kafka connect. Can some one explain what this means? I am on 2.3 version of Kafka.
Did we find any thing for here I am also getting the same error
We have kafka broker version of 2.5.1 and we are using alpakka version of 1.04 and overwritten kafka clients to 2.5.1 and we are still seeing this issue. Can some one help me on this.
Hi I have recently upgrade to the akka-stream kafka version 1.0.5. My broker is version 2.3.0, and the client is 2.1.1.
I am observing this very but very strange behavior:
When I run multiple consumer as part of the same group, let say 4, then only 2 of them get messages from the brokers. If i run 6 of them only 3 of them receive message from the brokers.
the other keep hanging with the following log:
I wonder if that rings a bell somehow
Note that my topics have 30 partitions each. I am subscribing to multiple topics at once.
EDIT1
It is not necessarily half strictly or always. In general i always have one or 2 in the group working and the other hangs