lucasbru commented on code in PR #13811: URL: https://github.com/apache/kafka/pull/13811#discussion_r1219320732
########## 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: Hmm, not sure. There shouldn't be any functional difference, so I moved it back down. -- 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