mimaison commented on a change in pull request #10743: URL: https://github.com/apache/kafka/pull/10743#discussion_r648552780
########## File path: clients/src/main/java/org/apache/kafka/clients/admin/internals/AdminApiDriver.java ########## @@ -204,7 +206,8 @@ private void completeLookup(Map<K, Integer> brokerIdMapping) { public void onResponse( long currentTimeMs, RequestSpec<K> spec, - AbstractResponse response + AbstractResponse response, + Node node Review comment: Good catch! -- 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