rondagostino commented on a change in pull request #9142: URL: https://github.com/apache/kafka/pull/9142#discussion_r467263885
########## File path: tests/kafkatest/services/kafka/kafka.py ########## @@ -503,7 +503,7 @@ def create_topic(self, topic_cfg, node=None, use_zk_to_create_topic=True): self.logger.info("Running topic creation command...\n%s" % cmd) node.account.ssh(cmd) - def delete_topic(self, topic, node=None): + def delete_topic(self, topic, node=None, use_zk_to_delete_topic=False): Review comment: create/describe/list use `use_zk_to_..._topic=True` so I'm wondering if it is best to remain consistent here. For example, if running an older version, might `--bootstrap-server` not be available? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org