philipnee commented on code in PR #12810: URL: https://github.com/apache/kafka/pull/12810#discussion_r1010923689
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractCoordinator.java: ########## @@ -864,7 +864,6 @@ public void handle(SyncGroupResponse syncResponse, * @return A request future which indicates the completion of the metadata request */ private RequestFuture<Void> sendFindCoordinatorRequest(Node node) { - // initiate the group metadata request Review Comment: Ah, thanks. The node selection is also done by the caller, so I updated that as well. -- 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