chia7712 commented on code in PR #18132:
URL: https://github.com/apache/kafka/pull/18132#discussion_r2617396959


##########
tests/kafkatest/services/kafka/kafka.py:
##########
@@ -887,6 +891,11 @@ def start_node(self, node, timeout_sec=60, **kwargs):
                     else:
                         cmd += " --standalone"
                         self.standalone_controller_bootstrapped = True
+            if self.use_transactions_v2:
+                cmd += " --feature transaction.version=2"

Review Comment:
   I observed this issue while running 
tests/kafkatest/tests/core/transactions_test.py
   
   The settings "isolated_kraft" and "use_transactions_v2=true" failed to 
enable tv2 on the cluster



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

Reply via email to