Bird
0
0

Which Kafka component is primarily responsible for managing geo-replication?

easy📝 Conceptual Q2 of 15
Kafka - Multi-Datacenter and Replication
Which Kafka component is primarily responsible for managing geo-replication?
AKafka Connect Sink
BKafka MirrorMaker 2
CKafka Producer API
DKafka Streams API
Step-by-Step Solution
Solution:
  1. Step 1: Identify geo-replication tool

    MirrorMaker 2 is designed to replicate data between Kafka clusters geographically.
  2. Step 2: Exclude other components

    Kafka Connect Sink and Streams are for data integration and processing, not replication management.
  3. Final Answer:

    Kafka MirrorMaker 2 -> Option B
  4. Quick Check:

    Geo-replication tool = MirrorMaker 2 [OK]
Quick Trick: MirrorMaker 2 handles cross-cluster replication [OK]
Common Mistakes:
  • Confusing Kafka Connect Sink with replication
  • Thinking Producer API manages replication
  • Assuming Streams API replicates clusters

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes