Nancy-ksolves commented on code in PR #16508:
URL: https://github.com/apache/kafka/pull/16508#discussion_r1665999465


##########
clients/src/main/java/org/apache/kafka/clients/NetworkClient.java:
##########
@@ -1210,7 +1210,7 @@ public void handleSuccessfulResponse(RequestHeader 
requestHeader, long now, Meta
             // Check if any topic's metadata failed to get updated
             Map<String, Errors> errors = response.errors();
             if (!errors.isEmpty())
-                log.warn("Error while fetching metadata with correlation id {} 
: {}", requestHeader.correlationId(), errors);
+                log.warn("The metadata response from the cluster reported a 
recoverable issue with correlation id {} : {}", requestHeader.correlationId(), 
response.errors());

Review Comment:
   @chia7712 - Mentioned changes has been done. Kindly review it.



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