Skip to content

Commit

Permalink
change how topics are listed via cmd line
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha committed Aug 8, 2024
1 parent 6175155 commit 34a36ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,9 +612,8 @@ def _create_topic_via_cli(self, topic_name, num_partitions, replication_factor):

def get_topic_names(self):
args = self.kafka_run_class_args('kafka.admin.TopicCommand',
'--zookeeper', '%s:%s/%s' % (self.zookeeper.host,
self.zookeeper.port,
self.zk_chroot),
'--bootstrap-server',
'%s:%s' % (self.host, self.port),
'--list'
)
env = self.kafka_run_class_env()
Expand Down

0 comments on commit 34a36ab

Please sign in to comment.