philipnee commented on code in PR #12862:
URL: https://github.com/apache/kafka/pull/12862#discussion_r1042792698


##########
clients/src/main/java/org/apache/kafka/common/requests/FindCoordinatorResponse.java:
##########
@@ -50,6 +52,22 @@ public FindCoordinatorResponse(FindCoordinatorResponseData 
data) {
         this.data = data;
     }
 
+    public List<Coordinator> getCoordinatorByKey(String key) {

Review Comment:
   Sounds good, this is here because I think the existing code checks for 
multiple coordinators. I thought it would be possible to match multiple nodes.



-- 
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

Reply via email to