Kafka - Multi-Datacenter and ReplicationWhich configuration property is essential to specify the source cluster in MirrorMaker 2?Aproducer.acksBreplication.factorCoffset.storage.topicDclusters.source.bootstrap.serversCheck Answer
Step-by-Step SolutionSolution:Step 1: Identify source cluster configMirrorMaker 2 uses 'clusters..bootstrap.servers' to define cluster endpoints.Step 2: Confirm correct property'clusters.source.bootstrap.servers' sets the source cluster's Kafka brokers.Final Answer:clusters.source.bootstrap.servers -> Option DQuick Check:Source cluster config = clusters.source.bootstrap.servers [OK]Quick Trick: Source cluster uses clusters.source.bootstrap.servers [OK]Common Mistakes:MISTAKESConfusing replication.factor with cluster addressUsing offset.storage.topic for cluster configMistaking producer.acks for cluster connection
Master "Multi-Datacenter and Replication" in Kafka9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More Kafka Quizzes Advanced Stream Processing - Punctuators for time-based triggers - Quiz 1easy Event-Driven Architecture - Dead letter queue pattern - Quiz 6medium Event-Driven Architecture - Why event-driven scales applications - Quiz 10hard Kubernetes and Cloud Deployment - Auto-scaling strategies - Quiz 8hard Kubernetes and Cloud Deployment - Helm charts for Kafka - Quiz 8hard Kubernetes and Cloud Deployment - Why cloud-native deployment matters - Quiz 7medium Performance Tuning - Disk I/O optimization - Quiz 1easy Security - SSL/TLS encryption - Quiz 9hard Security - SASL authentication - Quiz 15hard Security - SSL/TLS encryption - Quiz 8hard