CCDAK Exam Question 26
Which partition assignment minimizes partition movements between two assignments?
CCDAK Exam Question 27
(A consumer application runs once every two weeks and reads from a Kafka topic.
The last time the application ran, the last offset processed was 217.
The application is configured with auto.offset.reset=latest.
The current offsets in the topic start at 318 and end at 588.
Which offset will the application start reading from when it starts up for its next run?)
The last time the application ran, the last offset processed was 217.
The application is configured with auto.offset.reset=latest.
The current offsets in the topic start at 318 and end at 588.
Which offset will the application start reading from when it starts up for its next run?)
CCDAK Exam Question 28
You need to collect logs from a host and write them to a Kafka topic named 'logs-topic'. You decide to use Kafka Connect File Source connector for this task.
What is the preferred deployment mode for this connector?
What is the preferred deployment mode for this connector?
CCDAK Exam Question 29
What is a consequence of increasing the number of partitions in an existing Kafka topic?
CCDAK Exam Question 30
(You want to read messages from all partitions of a topic in every consumer instance of your application.
How do you do this?)
How do you do this?)
