Bird
Raised Fist0

Which configuration property specifies the external system where a Kafka sink connector writes data?

easy🧠 Conceptual Q2 of Q15
Kafka - Connect

Which configuration property specifies the external system where a Kafka sink connector writes data?

Atopics
Bconnector.class
Ctasks.max
Dconnection.url
Step-by-Step Solution
Solution:
  1. Step 1: Identify configuration properties for sink connectors

    Properties like 'connection.url' specify the external system endpoint.
  2. Step 2: Understand other properties

    'topics' is Kafka topics list, 'connector.class' defines connector type, 'tasks.max' sets parallelism.
  3. Final Answer:

    connection.url -> Option D
  4. Quick Check:

    External system address = connection.url [OK]
Quick Trick: Use connection.url to set external system endpoint [OK]
Common Mistakes:
MISTAKES
  • Confusing 'topics' with external system address
  • Using 'connector.class' for system URL
  • Misunderstanding 'tasks.max' as connection info

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes