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 32 Discussion

Actual exam question for Confluent's CCDAK exam
Question #: 32
Topic #: 1
[All CCDAK Questions]

A consumer sends a request to commit offset 2000. There is a temporary communication problem, so the broker never gets the request and therefore never responds. Meanwhile, the consumer processed another batch and successfully committed offset 3000. What should you do?

Show Suggested Answer Hide Answer
Suggested Answer: C

Kafka Connect Sink is used to export data from Kafka to external databases and Kafka Connect Source is used to import from external databases into Kafka.


Contribute your Thoughts:

Carry
6 days ago
I agree, D) is the way to go. Manually committing offsets could cause more issues down the line. Let the consumer handle it from the last successful commit.
upvoted 0 times
...
Paris
8 days ago
D) Nothing seems like the correct answer here. Since the broker never received the commit request for offset 2000, it's best not to interfere and let the consumer continue processing from the last committed offset of 3000.
upvoted 0 times
...
Rasheeda
8 days ago
I'm not sure, but maybe restarting the consumer could also help resolve the issue.
upvoted 0 times
...
Pedro
9 days ago
I agree with Alecia. It's the best way to ensure that the offsets are committed correctly.
upvoted 0 times
...
Alecia
15 days ago
I think we should use the kafka-consumer-group command to manually commit the offsets 2000 for the consumer group.
upvoted 0 times
...

Save Cancel