mumrah commented on code in PR #18644:
URL: https://github.com/apache/kafka/pull/18644#discussion_r1929162408
##########
clients/src/main/java/org/apache/kafka/clients/NetworkClient.java:
##########
@@ -1051,9 +1051,9 @@ private void
handleApiVersionsResponse(List<ClientResponse> responses,
apiVersionsResponse.data().finalizedFeaturesEpoch());
apiVersions.update(node, nodeVersionInfo);
this.connectionStates.ready(node);
- log.debug("Node {} has finalized features epoch: {}, finalized
features: {}, supported features: {}, ZK migration ready: {}, API versions:
{}.",
+ log.debug("Node {} has finalized features epoch: {}, finalized
features: {}, supported features: {}, API versions: {}.",
node, apiVersionsResponse.data().finalizedFeaturesEpoch(),
apiVersionsResponse.data().finalizedFeatures(),
- apiVersionsResponse.data().supportedFeatures(),
apiVersionsResponse.data().zkMigrationReady(), nodeVersionInfo);
Review Comment:
Oh actually I was confusing this with the same field in the broker
registration request. Looking at usages in 3.9, I'm not sure we ever used this
field. I'll dig in a bit on this.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]