Kafka - Multi-Datacenter and ReplicationIf MirrorMaker 2 is configured with 'sync.topic.acls=true', what is the expected behavior?AAccess control lists (ACLs) are synchronized between clustersBTopics are deleted automatically after replicationCMessages are compressed during replicationDReplication only happens during off-peak hoursCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand sync.topic.acls propertyThis property enables ACL synchronization between source and target clusters.Step 2: Identify effectACLs for topics are copied to maintain consistent permissions across clusters.Final Answer:Access control lists (ACLs) are synchronized between clusters -> Option AQuick Check:sync.topic.acls = ACL synchronization [OK]Quick Trick: sync.topic.acls syncs permissions across clusters [OK]Common Mistakes:Confusing ACL sync with topic deletionAssuming compression is controlled by this propertyThinking replication timing is affected
Master "Multi-Datacenter and Replication" in Kafka9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More Kafka Quizzes Advanced Stream Processing - Exactly-once stream processing - Quiz 4medium Advanced Stream Processing - Custom SerDes - Quiz 10hard Advanced Stream Processing - Error handling in streams - Quiz 11easy Advanced Stream Processing - Why advanced patterns handle complex flows - Quiz 2easy Event-Driven Architecture - Event choreography vs orchestration - Quiz 6medium Event-Driven Architecture - Dead letter queue pattern - Quiz 7medium Kubernetes and Cloud Deployment - Resource planning and capacity - Quiz 12easy Multi-Datacenter and Replication - Why multi-datacenter ensures availability - Quiz 8hard Security - Client authentication configuration - Quiz 8hard Security - SSL/TLS encryption - Quiz 15hard