Bird
0
0

If MirrorMaker 2 is configured with 'sync.topic.acls=true', what is the expected behavior?

medium📝 Predict Output Q5 of 15
Kafka - Multi-Datacenter and Replication
If MirrorMaker 2 is configured with 'sync.topic.acls=true', what is the expected behavior?
AAccess control lists (ACLs) are synchronized between clusters
BTopics are deleted automatically after replication
CMessages are compressed during replication
DReplication only happens during off-peak hours
Step-by-Step Solution
Solution:
  1. Step 1: Understand sync.topic.acls property

    This property enables ACL synchronization between source and target clusters.
  2. Step 2: Identify effect

    ACLs for topics are copied to maintain consistent permissions across clusters.
  3. Final Answer:

    Access control lists (ACLs) are synchronized between clusters -> Option A
  4. Quick Check:

    sync.topic.acls = ACL synchronization [OK]
Quick Trick: sync.topic.acls syncs permissions across clusters [OK]
Common Mistakes:
  • Confusing ACL sync with topic deletion
  • Assuming compression is controlled by this property
  • Thinking replication timing is affected

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes