omkreddy commented on code in PR #20390:
URL: https://github.com/apache/kafka/pull/20390#discussion_r2319391162
##########
tests/kafkatest/services/verifiable_producer.py:
##########
@@ -249,7 +249,7 @@ def start_cmd(self, node, idx):
if self.repeating_keys is not None:
cmd += " --repeating-keys %s " % str(self.repeating_keys)
- cmd += " --producer.config %s" % VerifiableProducer.CONFIG_FILE
+ cmd += " --command-config %s" % VerifiableProducer.CONFIG_FILE
Review Comment:
upgrade_test.py will also fail with these changes.
cc @JimmyWang6
--
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]