AndrewJSchofield commented on code in PR #14111: URL: https://github.com/apache/kafka/pull/14111#discussion_r1278963024
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractCoordinator.java: ########## @@ -518,7 +529,7 @@ else if (!future.isRetriable()) return false; } - timer.sleep(rebalanceConfig.retryBackoffMs); + timer.sleep(retryBackoff.backoff(attempts++)); Review Comment: Yes, true. Good point. I'll revert the code for this case. -- 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. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org