dajac commented on a change in pull request #7498: URL: https://github.com/apache/kafka/pull/7498#discussion_r526718951
########## File path: clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java ########## @@ -659,6 +655,12 @@ else if (error == Errors.CLUSTER_AUTHORIZATION_FAILED) this.accumulator.unmutePartition(batch.topicPartition); } + private String formatErrMsg(ProduceResponse.PartitionResponse response) { Review comment: Indeed, we could. I am not sure that it brings much more information though so I am fine with keeping it as it is. ---------------------------------------------------------------- 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: us...@infra.apache.org