tombentley commented on a change in pull request #9552:
URL: https://github.com/apache/kafka/pull/9552#discussion_r543183384



##########
File path: clients/src/main/java/org/apache/kafka/clients/NetworkClient.java
##########
@@ -917,7 +917,10 @@ private void 
handleApiVersionsResponse(List<ClientResponse> responses,
         NodeApiVersions nodeVersionInfo = new 
NodeApiVersions(apiVersionsResponse.data.apiKeys());
         apiVersions.update(node, nodeVersionInfo);
         this.connectionStates.ready(node);
-        log.debug("Recorded API versions for node {}: {}", node, 
nodeVersionInfo);
+        log.debug("Node {} has finalized features epoch: {}, finalized 
features: {}, supported features: {}, API versions: {}.",
+                node,

Review comment:
       @chia7712 yeah, sorry about that, now done.




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


Reply via email to