MINOR: Improve document of MirrorMaker

Author: Sasaki Toru <sasakitoa@nttdata.co.jp>

Reviewers: Gwen Shapira

Closes #717 from sasakitoa/mirrorMaker_doc
This commit is contained in:
Sasaki Toru 2015-12-26 08:51:07 -08:00 committed by Gwen Shapira
parent ca7c76b263
commit b0a4a57c56
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ The source and destination clusters are completely independent entities: they ca
<p>
Here is an example showing how to mirror a single topic (named <i>my-topic</i>) from two input clusters:
<pre>
&gt; bin/kafka-run-class.sh kafka.tools.MirrorMaker
&gt; bin/kafka-mirror-maker.sh
--consumer.config consumer-1.properties --consumer.config consumer-2.properties
--producer.config producer.properties --whitelist my-topic
</pre>