Bird
0
0

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:
  1. Step 1: Recall Kafka geo-replication tools

    MirrorMaker 2 is designed to replicate data between Kafka clusters in different locations.
  2. 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.
  3. Final Answer:

    MirrorMaker 2 -> Option A
  4. 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

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes