Bird
Raised Fist0

In a Kafka Connect source connector configuration, which property defines the destination Kafka topic for the data?

easy🧠 Conceptual Q2 of Q15
Kafka - Connect
In a Kafka Connect source connector configuration, which property defines the destination Kafka topic for the data?
A"topics"
B"topic.name"
C"destination.topic"
D"kafka.topic"
Step-by-Step Solution
Solution:
  1. Step 1: Identify the property for Kafka topic

    The property that specifies the Kafka topic in Kafka Connect configurations is "topics".
  2. Step 2: Verify other options

    "topic.name", "destination.topic", and "kafka.topic" are not valid standard properties in Kafka Connect.
  3. Final Answer:

    "topics" -> Option A
  4. Quick Check:

    Property "topics" defines Kafka topic [OK]
Quick Trick: Use "topics" to specify Kafka topic in connector config [OK]
Common Mistakes:
MISTAKES
  • Using incorrect property names like "topic.name"
  • Confusing source connector properties with sink connector properties

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes