mimaison commented on a change in pull request #10743: URL: https://github.com/apache/kafka/pull/10743#discussion_r648525658
########## File path: clients/src/main/java/org/apache/kafka/clients/admin/internals/CoordinatorKey.java ########## @@ -24,7 +24,7 @@ public final String idValue; public final FindCoordinatorRequest.CoordinatorType type; - private CoordinatorKey(String idValue, FindCoordinatorRequest.CoordinatorType type) { + public CoordinatorKey(String idValue, FindCoordinatorRequest.CoordinatorType type) { Review comment: I agree, since there are very few callers, I'll make the change -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org