rreddy-22 commented on code in PR #17849: URL: https://github.com/apache/kafka/pull/17849#discussion_r1854869060
########## clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java: ########## @@ -544,8 +564,8 @@ private void resetSequenceNumbers() { this.partitionsWithUnresolvedSequences.clear(); } - synchronized void requestEpochBumpForPartition(TopicPartition tp) { - epochBumpRequired = true; + synchronized void requestIdempotentEpochBumpForPartition(TopicPartition tp) { Review Comment: There's nothing that does the exact same thing so idk if mentioning the needEpochBumpTrigger etc would make sense -- 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