You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/12/14 08:46:46 UTC

[GitHub] [kafka] chia7712 commented on a change in pull request #9552: KAFKA-10656: Log the feature flags received by the client

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



##########
File path: clients/src/main/java/org/apache/kafka/clients/NetworkClient.java
##########
@@ -923,6 +923,10 @@ private void handleApiVersionsResponse(List<ClientResponse> responses,
         apiVersions.update(node, nodeVersionInfo);
         this.connectionStates.ready(node);
         log.debug("Recorded API versions for node {}: {}", node, nodeVersionInfo);

Review comment:
       How about merging this message with new one?




----------------------------------------------------------------
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:
users@infra.apache.org