jolshan commented on code in PR #17402:
URL: https://github.com/apache/kafka/pull/17402#discussion_r1806748047


##########
clients/src/test/java/org/apache/kafka/common/requests/EndTxnRequestTest.java:
##########
@@ -54,4 +57,61 @@ public void testConstructor() {
             assertEquals(throttleTimeMs, response.throttleTimeMs());
         }
     }
+
+    @Test
+    public void testEndTxnRequestWithTransactionsV2Enabled() {

Review Comment:
   could we parameterize this test? seems like the main difference is th 
isTransactionV2Enabled (could parameterize on that) and then the version 
expected.



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