Bird
0
0

In MirrorMaker 2, if the 'topics' property is set incorrectly, what is the likely result?

medium📝 Debug Q7 of 15
Kafka - Multi-Datacenter and Replication
In MirrorMaker 2, if the 'topics' property is set incorrectly, what is the likely result?
ANo topics are replicated
BAll topics are replicated regardless
COnly internal Kafka topics are replicated
DReplication speed increases
Step-by-Step Solution
Solution:
  1. Step 1: Understand 'topics' property role

    This property controls which topics MirrorMaker replicates.
  2. Step 2: Effect of incorrect 'topics' value

    If set incorrectly (e.g., empty or wrong pattern), no topics match and replication stops.
  3. Final Answer:

    No topics are replicated -> Option A
  4. Quick Check:

    Incorrect topics config = no replication [OK]
Quick Trick: Correct topics pattern is needed for replication [OK]
Common Mistakes:
  • Assuming all topics replicate by default
  • Thinking internal topics replicate automatically
  • Believing replication speed is affected by topics property

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes