Which Kafka tool is commonly used for geo-replication?
easy📝 Syntax Q12 of 15
Kafka - Multi-Datacenter and Replication
Which Kafka tool is commonly used for geo-replication?
AMirrorMaker 2
BKafka Connect Sink
CKafka Streams
DKafka Producer API
Step-by-Step Solution
Solution:
Step 1: Recall Kafka geo-replication tools
MirrorMaker 2 is designed to replicate data between Kafka clusters in different locations.
Step 2: Differentiate from other tools
Kafka Streams processes data streams, Kafka Connect Sink moves data to external systems, and Producer API sends data to Kafka but does not replicate clusters.
Final Answer:
MirrorMaker 2 -> Option A
Quick Check:
Geo-replication tool = MirrorMaker 2 [OK]
Quick Trick:MirrorMaker 2 is for replicating Kafka clusters [OK]
Common Mistakes:
MISTAKES
Choosing Kafka Streams which is for processing, not replication
Confusing Kafka Connect Sink with replication tool
Selecting Producer API which only sends data
Master "Multi-Datacenter and Replication" in Kafka
9 interactive learning modes - each teaches the same concept differently