jolshan commented on code in PR #18132:
URL: https://github.com/apache/kafka/pull/18132#discussion_r2619998203
##########
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:
Do we know how this maps to the kafka.py file? Ie, why this line of code
doesn't apply for isolated kraft?
--
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]