infantlikesprogramming commented on code in PR #15296:
URL: https://github.com/apache/kafka/pull/15296#discussion_r1484843384


##########
clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java:
##########
@@ -704,7 +704,7 @@ private void completeBatch(ProducerBatch batch, 
ProduceResponse.PartitionRespons
                             "topic-partition may not exist or the user may not 
have Describe access to it",
                         batch.topicPartition);
                 } else {
-                    log.warn("Received invalid metadata error in produce 
request on partition {} due to {}. Going " +
+                    log.warn("Received invalid metadata error in produce 
request on partition {} due to {} Going " +
                             "to request metadata update now", 
batch.topicPartition,

Review Comment:
   Thank you so much for your comment. I have made changes based on your review 
in the latest (4th) commit.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to