You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/06/14 18:51:28 UTC

[GitHub] [kafka] hachikuji commented on pull request #10863: KAFKA-12890; Consumer group stuck in `CompletingRebalance`

hachikuji commented on pull request #10863:
URL: https://github.com/apache/kafka/pull/10863#issuecomment-860914096


   @dajac Given the background from KAFKA-10134, the rebalance timeout seems like the right one in my mind. We're basically allowing for a delay between the JoinGroup and SyncGroup caused by consumer processing while the rebalance is in progress. This time is bounded by max.poll.interval.ms which is used as the rebalance timeout internally. Does that make sense?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org