ijuma commented on code in PR #19034: URL: https://github.com/apache/kafka/pull/19034#discussion_r1970930193
########## tests/kafkatest/version.py: ########## @@ -62,9 +62,6 @@ def _cmp(self, other): return LooseVersion._cmp(self, other) - def acl_command_supports_bootstrap_server(self): - return self >= V_2_1_0 Review Comment: We never test below 2.1.0, so we don't need this check anymore. -- 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