jolshan commented on code in PR #13811: URL: https://github.com/apache/kafka/pull/13811#discussion_r1218377141
########## clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java: ########## @@ -1661,6 +1663,10 @@ public void handleResponse(AbstractResponse response) { || error == Errors.COORDINATOR_LOAD_IN_PROGRESS) { // If the topic is unknown or the coordinator is loading, retry with the current coordinator continue; + } else if (error == Errors.INVALID_PRODUCER_EPOCH Review Comment: what was the reasoning for the ordering change here? We've moved these errors up, but left the auth and unsupported message format errors lower. -- 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