Kafka - Multi-Datacenter and ReplicationGiven MirrorMaker 2 is configured with 'sync.topic.acls.enabled' set to true, what is the expected behavior?ATopic data is compressed during replicationBACLs for topics are synchronized between source and target clustersCOnly topic metadata is replicated, not dataDReplication is disabled for topics with ACLsCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand 'sync.topic.acls.enabled' meaningThis setting enables synchronization of Access Control Lists (ACLs) for topics between clusters.Step 2: Eliminate unrelated behaviorsCompression, metadata-only replication, or disabling replication for ACL topics are not related to this setting.Final Answer:ACLs for topics are synchronized between source and target clusters -> Option BQuick Check:sync.topic.acls.enabled true = ACL sync [OK]Quick Trick: Enable ACL sync with 'sync.topic.acls.enabled=true' [OK]Common Mistakes:MISTAKESAssuming it compresses dataThinking it disables replication for ACL topicsConfusing ACL sync with metadata replication
Master "Multi-Datacenter and Replication" in Kafka9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More Kafka Quizzes Advanced Stream Processing - Error handling in streams - Quiz 4medium Advanced Stream Processing - Why advanced patterns handle complex flows - Quiz 10hard Event-Driven Architecture - Why event-driven scales applications - Quiz 1easy Event-Driven Architecture - Dead letter queue pattern - Quiz 11easy Event-Driven Architecture - CQRS pattern - Quiz 3easy Kubernetes and Cloud Deployment - Why cloud-native deployment matters - Quiz 5medium Kubernetes and Cloud Deployment - Amazon MSK - Quiz 9hard Performance Tuning - Consumer throughput optimization - Quiz 12easy Security - Security best practices - Quiz 13medium Security - SSL/TLS encryption - Quiz 6medium