Bird
0
0

Given MirrorMaker 2 is configured with 'sync.topic.acls.enabled' set to true, what is the expected behavior?

medium📝 Predict Output Q4 of 15
Kafka - Multi-Datacenter and Replication
Given MirrorMaker 2 is configured with 'sync.topic.acls.enabled' set to true, what is the expected behavior?
ATopic data is compressed during replication
BACLs for topics are synchronized between source and target clusters
COnly topic metadata is replicated, not data
DReplication is disabled for topics with ACLs
Step-by-Step Solution
Solution:
  1. Step 1: Understand 'sync.topic.acls.enabled' meaning

    This setting enables synchronization of Access Control Lists (ACLs) for topics between clusters.
  2. Step 2: Eliminate unrelated behaviors

    Compression, metadata-only replication, or disabling replication for ACL topics are not related to this setting.
  3. Final Answer:

    ACLs for topics are synchronized between source and target clusters -> Option B
  4. Quick Check:

    sync.topic.acls.enabled true = ACL sync [OK]
Quick Trick: Enable ACL sync with 'sync.topic.acls.enabled=true' [OK]
Common Mistakes:
MISTAKES
  • Assuming it compresses data
  • Thinking it disables replication for ACL topics
  • Confusing ACL sync with metadata replication

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes