Confluent CCDAK - Confluent Certified Developer for Apache Kafka Certification Examination
Which two statements are correct when assigning partitions to the consumers in a consumer group using the assign() API?
(Select two.)
(You are writing to a Kafka topic with producer configuration acks=all.
The producer receives acknowledgements from the broker but still creates duplicate messages due to network timeouts and retries.
You need to ensure that duplicate messages are not created.
Which producer configuration should you set?)
(You want to read messages from all partitions of a topic in every consumer instance of your application.
How do you do this?)
Match each configuration parameter with the correct option.
To answer choose a match for each option from the drop-down. Partial
credit is given for each correct answer.

What is the default maximum size of a message the Apache Kafka broker can accept?
Which partition assignment minimizes partition movements between two assignments?
(Which configuration determines the maximum number of records a consumer can poll in a single call to poll()?)
You have a Kafka client application that has real-time processing requirements.
Which Kafka metric should you monitor?
(You started a new Kafka Connect worker.
Which configuration identifies the Kafka Connect cluster that your worker will join?)
You are working on a Kafka cluster with three nodes. You create a topic named orders with:
replication.factor = 3
min.insync.replicas = 2
acks = allWhat exception will be generated if two brokers are down due to network delay?

