lianetm commented on code in PR #20290: URL: https://github.com/apache/kafka/pull/20290#discussion_r2260378455
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/ShareConsumerImpl.java: ########## @@ -944,6 +947,9 @@ private Timer createTimerForCloseRequests(Duration timeout) { * 2. leave the group */ private void sendAcknowledgementsAndLeaveGroup(final Timer timer, final AtomicReference<Throwable> firstException) { Review Comment: this one needs the background components too (we wait for responses to the leave group, processBackgrounEvents) -- 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