jolshan commented on code in PR #13876: URL: https://github.com/apache/kafka/pull/13876#discussion_r1235809528
########## clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java: ########## @@ -1013,16 +1013,8 @@ private void maybeFailWithError() { if (!hasError()) { return; } - // for ProducerFencedException, do not wrap it as a KafkaException Review Comment: Did we ever get the rationale for why this decision was made? It seems to suggest here that the call stack will be incorrect so we would rather have an empty one? -- 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