From a6e8dd09d8e4df62220832f725696637ca1e4c78 Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Wed, 7 Feb 2024 18:48:20 +0100 Subject: [PATCH] More info about clusters --- docs/kafka_introduction.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/kafka_introduction.md b/docs/kafka_introduction.md index 6c97eca..5ed8f1b 100644 --- a/docs/kafka_introduction.md +++ b/docs/kafka_introduction.md @@ -418,6 +418,16 @@ log.roll.hours --- +## Mirror Maker 2 features + +* Unidirectional and bidirectional replication +* Fan-out +* Fan-in +* Data aggregation +* Data isolation + +--- + ## Clients for Apache Kafka * [Supported languages/ecosystems](https://cwiki.apache.org/confluence/display/KAFKA/Clients)