Consumer could not connect Kafka #5313
barryzhounb
started this conversation in
General
Replies: 1 comment
-
As it says in the error message: The commit cannot be completed since the group has already rebalanced and assigned the partitions to another member. This means that the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time message processing. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It is very often to happen that my consumer could not connect Kafka cluster, and I saw the following warnings.
I am wondering what happens and how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions