AndrewJSchofield commented on code in PR #20385:
URL: https://github.com/apache/kafka/pull/20385#discussion_r2326024172


##########
tests/kafkatest/services/performance/share_consumer_performance.py:
##########
@@ -100,7 +100,7 @@ def start_cmd(self, node):
         for key, value in self.args().items():
             cmd += " --%s %s" % (key, value)
 
-        cmd += " --consumer.config %s" % 
ShareConsumerPerformanceService.CONFIG_FILE
+        cmd += " --command-config %s" % 
ShareConsumerPerformanceService.CONFIG_FILE

Review Comment:
   Share consumer was in 4.1 and we are now in 4.2.



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