chia7712 commented on code in PR #19914: URL: https://github.com/apache/kafka/pull/19914#discussion_r2132367537
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/CoordinatorRequestManager.java: ########## @@ -99,7 +99,7 @@ public void signalClose() { */ @Override public NetworkClientDelegate.PollResult poll(final long currentTimeMs) { - if (closing || this.coordinator != null) Review Comment: This makes the consumer find the coordinator during closing, right? If the consumer doesn't have a coordinator running, does it make sense to find one during closing? -- 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