Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Cleanup of the "Public Interfaces" section.

...

The kafka-broker.sh command is modeled after the kafka-topic.sh and has the following options:

--zookeeper <zookeeper,port> : zookeeper URL

--rack <list of comma-seperated racks>: filter details on brokers in the list of racks only

-- topic <list of comma-seperated topcis>: : filter details on brokers that serve partitions for the provided topicoptions as described later below.

 

Proposed Changes

The command will essentially provide the following pieces of information:

...