Skip to content

Commit

Permalink
KAFKA-2449: Update mirror maker docs
Browse files Browse the repository at this point in the history
…s to multiple source clusters

Author: Gwen Shapira <[email protected]>

Reviewers: Ismael Juma

Closes apache#356 from gwenshap/KAFKA-2449
  • Loading branch information
gwenshap authored and guozhangwang committed Oct 26, 2015
1 parent 16f194b commit 939c424
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/images/mirror-maker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h4><a id="basic_ops_leader_balancing">Balancing leadership</a></h4>

<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>
Expand Down

0 comments on commit 939c424

Please sign in to comment.