dajac commented on code in PR #22512:
URL: https://github.com/apache/kafka/pull/22512#discussion_r3520256185


##########
clients/src/main/java/org/apache/kafka/clients/NetworkClient.java:
##########
@@ -1138,10 +1138,7 @@ private void handleInitiateApiVersionRequests(long now) {
                 if (metadataRecoveryStrategy != MetadataRecoveryStrategy.NONE 
&& metadataClusterCheckEnable) {
                     String clusterId = this.metadataUpdater.clusterId();
                     int nodeId = Integer.parseInt(node);

Review Comment:
   My bad. I thought that `node` was a `Node` :).



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

Reply via email to