mirror of https://github.com/apache/kafka.git
KAFKA-2449: Update mirror maker docs
…s to multiple source clusters Author: Gwen Shapira <cshapi@gmail.com> Reviewers: Ismael Juma Closes #356 from gwenshap/KAFKA-2449
This commit is contained in:
parent
16f194b20a
commit
939c4244e7
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 6.4 KiB |
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue