Bird
Raised Fist0

Which configuration property specifies the Kafka topic where a source connector writes data?

easy🧠 Conceptual Q2 of Q15
Kafka - Connect
Which configuration property specifies the Kafka topic where a source connector writes data?
Adestination.topic
Btopic.name
Ctopics
Dkafka.topic
Step-by-Step Solution
Solution:
  1. Step 1: Identify standard Kafka Connect property for topics

    The property 'topics' defines the Kafka topics the connector writes to.
  2. Step 2: Verify other options are incorrect

    Properties like 'topic.name', 'kafka.topic', or 'destination.topic' are not standard Kafka Connect properties.
  3. Final Answer:

    topics -> Option C
  4. Quick Check:

    Topic property = topics [OK]
Quick Trick: Use 'topics' to set Kafka destination topics [OK]
Common Mistakes:
MISTAKES
  • Using non-standard property names
  • Confusing source and sink connector configs
  • Misspelling 'topics' property

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes