jolshan commented on code in PR #18132:
URL: https://github.com/apache/kafka/pull/18132#discussion_r2617368728
##########
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:
Hmm, is there a separate place to see this? That is unfortunate.
--
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]