omkreddy commented on code in PR #20471: URL: https://github.com/apache/kafka/pull/20471#discussion_r2321631002
########## tests/kafkatest/services/verifiable_consumer.py: ########## @@ -424,7 +424,16 @@ def start_cmd(self, node): if self.max_messages > 0: cmd += " --max-messages %s" % str(self.max_messages) - cmd += " --command-config %s" % VerifiableConsumer.CONFIG_FILE + version = get_version(node) + # According to KIP-1147, --consumer.config has been deprecated and will be removed in future versions. Review Comment: Can we move this comment to version.supports_command_config() method? -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org