Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxuan-ms authored and Pyifan committed Aug 26, 2020
1 parent b4e03b4 commit d484694
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testplan/testing/multitest/driver/kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ class KafkaStandalone(app.App):
"""
Driver for starting a Kafka instance in standalone mode.
:param cfg_template: Zookeeper config file template.
:param cfg_template: Kafka config file template.
:type cfg_template: ``str``
:param binary: zkServer.sh file path.
:param binary: kafka-server-start.sh file path.
:type binary: ``str``
:param port: Zookeeper listen port. Zookeeper doesn't support random port
:param port: Kafka listen port.
:type port: ``int``
:param env: Environmental variables to be made available to Zookeeper process.
:type env: ``dict``
Expand Down

0 comments on commit d484694

Please sign in to comment.