mirror of https://github.com/apache/kafka.git
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:
parent
ca7c76b263
commit
b0a4a57c56
|
|
@ -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>
|
||||
> bin/kafka-run-class.sh kafka.tools.MirrorMaker
|
||||
> bin/kafka-mirror-maker.sh
|
||||
--consumer.config consumer-1.properties --consumer.config consumer-2.properties
|
||||
--producer.config producer.properties --whitelist my-topic
|
||||
</pre>
|
||||
|
|
|
|||
Loading…
Reference in New Issue