jolshan commented on code in PR #17849: URL: https://github.com/apache/kafka/pull/17849#discussion_r1847319180
########## clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java: ########## @@ -191,7 +191,7 @@ public class TransactionManager { private volatile RuntimeException lastError = null; private volatile ProducerIdAndEpoch producerIdAndEpoch; private volatile boolean transactionStarted = false; - private volatile boolean epochBumpRequired = false; + private volatile boolean epochBumpTriggerRequired = false; Review Comment: Are we using the word "trigger" to refer to the client-initiated epoch bumps? I'm wondering if this is just the client side ones, if we can be specific here. Something like "clientSideEpochBumpRequired" -- 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