Confluent
CCDAK · Question #26
Which of the following errors are retriable from a producer perspective? (select two)
The correct answer is C. NOT_ENOUGH_REPLICAS D. NOT_LEADER_FOR_PARTITION. Both of these are retriable errors, others non-retriable errors. See the full list of errors and their "retriable" status herehttps://kafka.apache.org/protocol#protocol_error_codes.
Developing Kafka Producers
Question
Which of the following errors are retriable from a producer perspective? (select two)
Options
- AMESSAGE_TOO_LARGE
- BINVALID_REQUIRED_ACKS
- CNOT_ENOUGH_REPLICAS
- DNOT_LEADER_FOR_PARTITION
- ETOPIC_AUTHORIZATION_FAILED
How the community answered
(58 responses)- A16% (9)
- B9% (5)
- C72% (42)
- E3% (2)
Explanation
Both of these are retriable errors, others non-retriable errors. See the full list of errors and their "retriable" status herehttps://kafka.apache.org/protocol#protocol_error_codes.
Topics
#retriable errors#NOT_ENOUGH_REPLICAS#NOT_LEADER_FOR_PARTITION#producer error handling
Community Discussion
No community discussion yet for this question.