CCDAK Exam Question 61
To get acknowledgement of writes to only the leader partition, we need to use the config...
CCDAK Exam Question 62
You have a Kafka Connect cluster with multiple connectors.
One connector is not working as expected.
How can you find logs related to that specific connector?
One connector is not working as expected.
How can you find logs related to that specific connector?
CCDAK Exam Question 63
Your application is consuming from a topic configured with a deserializer.
It needs to be resilient to badly formatted records ("poison pills"). You surround the poll() call with a try/catch for RecordDeserializationException.
You need to log the bad record, skip it, and continue processing.
Which action should you take in the catch block?
It needs to be resilient to badly formatted records ("poison pills"). You surround the poll() call with a try/catch for RecordDeserializationException.
You need to log the bad record, skip it, and continue processing.
Which action should you take in the catch block?
CCDAK Exam Question 64
Producing with a key allows to...
CCDAK Exam Question 65
A consumer wants to read messages from a specific partition of a topic. How can this be achieved?
