Kafka - ConnectWhich configuration property specifies the Kafka topic where a source connector writes data?Adestination.topicBtopic.nameCtopicsDkafka.topicCheck Answer
Step-by-Step SolutionSolution:Step 1: Identify standard Kafka Connect property for topicsThe property 'topics' defines the Kafka topics the connector writes to.Step 2: Verify other options are incorrectProperties like 'topic.name', 'kafka.topic', or 'destination.topic' are not standard Kafka Connect properties.Final Answer:topics -> Option CQuick Check:Topic property = topics [OK]Quick Trick: Use 'topics' to set Kafka destination topics [OK]Common Mistakes:MISTAKESUsing non-standard property namesConfusing source and sink connector configsMisspelling 'topics' property
Master "Connect" in Kafka9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More Kafka Quizzes Kafka with Java/Python - Error handling in clients - Quiz 13medium Kafka with Java/Python - Configuration best practices - Quiz 5medium Kafka with Java/Python - Configuration best practices - Quiz 14medium Kafka with Java/Python - Error handling in clients - Quiz 8hard Kafka with Java/Python - Error handling in clients - Quiz 12easy Message Delivery Semantics - Transactional producer - Quiz 9hard Monitoring and Operations - Why monitoring prevents outages - Quiz 14medium Monitoring and Operations - Consumer lag monitoring - Quiz 5medium Schema Registry - Why schema management prevents data issues - Quiz 13medium Schema Registry - JSON Schema and Protobuf support - Quiz 7medium