lianetm commented on code in PR #15613: URL: https://github.com/apache/kafka/pull/15613#discussion_r1561212534
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java: ########## @@ -984,6 +984,8 @@ public void close(final Timer timer) { } } finally { super.close(timer); + // Super-class close may wait for more commit callbacks to complete. + invokeCompletedOffsetCommitCallbacks(); Review Comment: You're right! (silly me, I was probably thinking about a duration arg instead of a timer), all good then. -- 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