Confluent
CCDAK · Question #183
A producer is configured with the default partitioner. It is sending records to a topic that is configured with five partitions. The record does not contain any key. What is the result of this?
Sign in or unlock CCDAK to reveal the answer and full explanation for question #183. The question stem and answer options stay visible for context.
Developing Kafka Producers
Question
A producer is configured with the default partitioner. It is sending records to a topic that is configured with five partitions. The record does not contain any key. What is the result of this?
Options
- ARecords will be dispatched among the available partitions.
- BRecords will be sent to partition '0'.
- CAn error will be raised and no record will be sent.
- DRecords will be sent to the least used partition.
Unlock CCDAK to see the answer
You've previewed enough free CCDAK questions. Unlock CCDAK for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#default partitioner#keyless records#partition routing#producer configuration