Repository: kafka Updated Branches: refs/heads/trunk ca7c76b26 -> b0a4a57c5
MINOR: Improve document of MirrorMaker Author: Sasaki Toru <[email protected]> Reviewers: Gwen Shapira Closes #717 from sasakitoa/mirrorMaker_doc Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/b0a4a57c Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/b0a4a57c Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/b0a4a57c Branch: refs/heads/trunk Commit: b0a4a57c56cf5691aaf0e11a3ddf4c6d067994f7 Parents: ca7c76b Author: Sasaki Toru <[email protected]> Authored: Sat Dec 26 08:51:07 2015 -0800 Committer: Gwen Shapira <[email protected]> Committed: Sat Dec 26 08:51:07 2015 -0800 ---------------------------------------------------------------------- docs/ops.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/b0a4a57c/docs/ops.html ---------------------------------------------------------------------- diff --git a/docs/ops.html b/docs/ops.html index 49c6f4e..1594166 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -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>
