rreddy-22 commented on code in PR #17402:
URL: https://github.com/apache/kafka/pull/17402#discussion_r1795891401


##########
clients/src/test/java/org/apache/kafka/clients/producer/internals/TransactionManagerTest.java:
##########
@@ -2980,6 +2980,68 @@ public void 
testEpochBumpAfterLastInflightBatchFails(boolean transactionV2Enable
         assertEquals(0, transactionManager.sequenceNumber(tp0));
     }
 
+    @ParameterizedTest
+    @ValueSource(booleans = {true})

Review Comment:
   This was just to check in the case that V2 was enabled if the epoch bump 
would be updated on the client, I can maybe remove the parameterization since 
we only want to check for v2?
   



-- 
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

Reply via email to