Bird
0
0

Which Kafka Connect configuration property defines the topic where failed records are sent as part of the Dead Letter Queue mechanism?

easy📝 Syntax Q3 of 15
Kafka - Event-Driven Architecture
Which Kafka Connect configuration property defines the topic where failed records are sent as part of the Dead Letter Queue mechanism?
Aconsumer.dlq.topic
Berrors.deadletterqueue.topic.name
Cproducer.dlq.topic.name
Dconnect.errors.topic
Step-by-Step Solution
Solution:
  1. Step 1: Recall Kafka Connect DLQ config

    The property to specify the DLQ topic is well documented as errors.deadletterqueue.topic.name.
  2. Step 2: Eliminate incorrect options

    Other options are not valid Kafka Connect properties for DLQ configuration.
  3. Final Answer:

    errors.deadletterqueue.topic.name -> Option B
  4. Quick Check:

    DLQ topic config starts with errors.deadletterqueue [OK]
Quick Trick: DLQ topic set by errors.deadletterqueue.topic.name [OK]
Common Mistakes:
  • Using consumer or producer prefixed properties incorrectly
  • Confusing DLQ topic with error tolerance settings

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kafka Quizzes