Confluent Certified Developer for Apache Kafka Certification Examination CCDAK Question # 3 Topic 1 Discussion

Confluent Certified Developer for Apache Kafka Certification Examination CCDAK Question # 3 Topic 1 Discussion

CCDAK Exam Topic 1 Question 3 Discussion:
Question #: 3
Topic #: 1

You have a Kafka consumer in production actively reading from a critical topic.

You need to update the offset of your consumer to start reading from the beginning of the topic.

Which action should you take?


A.

Temporarily configure the topic’s retention.ms parameter to 0 to empty the topic.


B.

Start a new consumer application with the same consumer group id.


C.

Update the consumer configuration by setting auto.offset.reset=earliest.


D.

Update the consumer group’s offset to the earliest position using the kafka-consumer-groups CLI tool.


Get Premium CCDAK Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.