CCDAK Exam Question 81
What is encoding and decoding of a message also known as?
CCDAK Exam Question 82
You are developing a Java application using a Kafka consumer.
You need to integrate Kafka's client logs with your own application's logs using log4j2.
Which Java library dependency must you include in your project?
You need to integrate Kafka's client logs with your own application's logs using log4j2.
Which Java library dependency must you include in your project?
CCDAK Exam Question 83
When auto.create.topics.enable is set to true in Kafka configuration, what are the circumstances under which a Kafka broker automatically creates a topic? (select three)
CCDAK Exam Question 84
How will you find out all the partitions without a leader?
CCDAK Exam Question 85
A consumer starts and has auto.offset.reset=latest, and the topic partition currently has data for offsets going from 45 to 2311. The consumer group has committed the offset 643 for the topic before. Where will the consumer read from?
