You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2015/10/26 18:12:04 UTC

kafka git commit: KAFKA-2449: Update mirror maker docs

Repository: kafka
Updated Branches:
  refs/heads/trunk 16f194b20 -> 939c4244e


KAFKA-2449: Update mirror maker docs

…s to multiple source clusters

Author: Gwen Shapira <cs...@gmail.com>

Reviewers: Ismael Juma

Closes #356 from gwenshap/KAFKA-2449


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/939c4244
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/939c4244
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/939c4244

Branch: refs/heads/trunk
Commit: 939c4244e7353e0000939837b14ec7c7550aeb21
Parents: 16f194b
Author: Gwen Shapira <cs...@gmail.com>
Authored: Mon Oct 26 10:17:16 2015 -0700
Committer: Guozhang Wang <wa...@gmail.com>
Committed: Mon Oct 26 10:17:16 2015 -0700

----------------------------------------------------------------------
 docs/images/mirror-maker.png | Bin 17054 -> 6579 bytes
 docs/ops.html                |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/939c4244/docs/images/mirror-maker.png
----------------------------------------------------------------------
diff --git a/docs/images/mirror-maker.png b/docs/images/mirror-maker.png
index b25e8cb..8f76b1f 100644
Binary files a/docs/images/mirror-maker.png and b/docs/images/mirror-maker.png differ

http://git-wip-us.apache.org/repos/asf/kafka/blob/939c4244/docs/ops.html
----------------------------------------------------------------------
diff --git a/docs/ops.html b/docs/ops.html
index 0645d1c..1604bf1 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -96,7 +96,7 @@ Since running this command can be tedious you can also configure Kafka to do thi
 
 <h4><a id="basic_ops_mirror_maker">Mirroring data between clusters</a></h4>
 
-We refer to the process of replicating data <i>between</i> Kafka clusters "mirroring" to avoid confusion with the replication that happens amongst the nodes in a single cluster. Kafka comes with a tool for mirroring data between Kafka clusters. The tool reads from one or more source clusters and writes to a destination cluster, like this:
+We refer to the process of replicating data <i>between</i> Kafka clusters "mirroring" to avoid confusion with the replication that happens amongst the nodes in a single cluster. Kafka comes with a tool for mirroring data between Kafka clusters. The tool reads from a source cluster and writes to a destination cluster, like this:
 <p>
 <img src="images/mirror-maker.png">
 <p>