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


##########
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:
   We missed setting `transaction.version` for isolated kraft, resulting in the 
cluster using v0. Since this nullifies the suit `use_transactions_v2=True`, we 
will submit a patch later.



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