Bird
0
0

You configured MirrorMaker with a whitelist of topics but it replicates all topics. What is the likely error?

medium📝 Debug Q6 of 15
Kafka - Multi-Datacenter and Replication
You configured MirrorMaker with a whitelist of topics but it replicates all topics. What is the likely error?
AIncorrect regex pattern in whitelist
BUsing --whitelist instead of --topics
CMissing producer config file
DKafka brokers are down
Step-by-Step Solution
Solution:
  1. Step 1: Understand whitelist usage in MirrorMaker

    The whitelist expects a regex pattern to filter topics.
  2. Step 2: Identify cause of replicating all topics

    An incorrect or too broad regex matches all topics, causing full replication.
  3. Final Answer:

    Incorrect regex pattern in whitelist -> Option A
  4. Quick Check:

    Whitelist regex controls topic filtering [OK]
Quick Trick: Whitelist uses regex; wrong pattern replicates all [OK]
Common Mistakes:
  • Confusing --whitelist with --topics flag
  • Ignoring regex syntax errors
  • Assuming missing producer config causes this

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes