Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Confluent Exam CCDAK Topic 1 Question 5 Discussion

Actual exam question for Confluent's Certified Developer for Apache Kafka exam
Question #: 5
Topic #: 1
[All Certified Developer for Apache Kafka Questions]

What exceptions may be caught by the following producer? (select two)

ProducerRecord record =

new ProducerRecord<>("topic1", "key1", "value1");

try {

producer.send(record);

} catch (Exception e) {

e.printStackTrace();

}

Show Suggested Answer Hide Answer
Suggested Answer: B, D

These are the client side exceptions that may be encountered before message is sent to the broker, and before a future is returned by the .send() method.


Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel