chia7712 commented on code in PR #19034: URL: https://github.com/apache/kafka/pull/19034#discussion_r1976534413
########## 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: It seems other version checks have a similar issue, such as `reassign_partitions_command_supports_bootstrap_server`. Do you plan to remove them in this PR? Or should I file a follow-up to do more cleanup? -- 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