Skip to content

Commit 395e707

Browse files
authored
Added numbering to the notes
Added numbering to the notes
1 parent 560934c commit 395e707

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/hdinsight/kafka/apache-kafka-mirror-maker-2.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Learn how to use Apache Kafka's mirroring feature to replicate topics to a secon
1414
In this article, you use mirroring to replicate topics between two HDInsight clusters. These clusters are in different virtual networks in different datacenters.
1515

1616
> [!NOTE]
17-
> We can use mirroring cluster as a fault tolerance.
18-
> This is valid only is primary cluster HDI Kafka 2.4.1, 3.2.0 and secondary cluster is HDI Kafka 3.2.0 versions.
19-
> Secondary cluster would work seamlessly if your primary cluster went down.
20-
> Consumer group offsets will be automatically translated to secondary cluster.
21-
> Just point your primary cluster consumers to secondary cluster with same consumer group and your consumer group will start consuming from the offset where it left in primary cluster.
22-
> The only difference would be that the topic name in backup cluster will change from TOPIC_NAME to primary-cluster-name.TOPIC_NAME.
17+
> 1. We can use mirroring cluster as a fault tolerance.
18+
> 2. This is valid only is primary cluster HDI Kafka 2.4.1, 3.2.0 and secondary cluster is HDI Kafka 3.2.0 versions.
19+
> 3. Secondary cluster would work seamlessly if your primary cluster went down.
20+
> 4. Consumer group offsets will be automatically translated to secondary cluster.
21+
> 5. Just point your primary cluster consumers to secondary cluster with same consumer group and your consumer group will start consuming from the offset where it left in primary cluster.
22+
> 6. The only difference would be that the topic name in backup cluster will change from TOPIC_NAME to primary-cluster-name.TOPIC_NAME.
2323
2424
## How Apache Kafka mirroring works
2525

0 commit comments

Comments
 (0)