Repository: kafka Updated Branches: refs/heads/trunk 16f194b20 -> 939c4244e
KAFKA-2449: Update mirror maker docs â¦s to multiple source clusters Author: Gwen Shapira <[email protected]> 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 <[email protected]> Authored: Mon Oct 26 10:17:16 2015 -0700 Committer: Guozhang Wang <[email protected]> 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>
