jolshan commented on code in PR #17849:
URL: https://github.com/apache/kafka/pull/17849#discussion_r1854669835
##########
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:
Should we leave a comment here for what method to use for transactional
producers?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]