Skip to content

Kafka streams: consumer poll timeout has expired #45151

Answered by kennylam91
kennylam91 asked this question in Q&A
Discussion options

You must be logged in to vote

So actually the correct configuration is:

kafka.max.poll.records=***
kafka.max.poll.interval.ms=***

For our case, the consuming rate seems not to be the root cause. For some reasons the stream threads stopped consuming messages => missed a poll => got kicked out of consumer group. During that period, the node cpu utilization was really high, so we suspect that could affect the consumer pod, but not sure.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by cescoffier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
kind/bug Something isn't working area/kafka-streams
2 participants
Converted from issue

This discussion was converted from issue #44561 on December 16, 2024 18:16.