Confluent
CCDAK · Question #33
CCDAK Question #33: Real Exam Question with Answer & Explanation
The correct answer is A. Partition 5. Message with no keys will be stored with round-robin strategy among partitions.
Question
A producer is sending messages with null key to a topic with 6 partitions using the DefaultPartitioner. Where will the messages be stored?
Options
- APartition 5
- BAny of the topic partitions
- CThe partition for the null key
- DPartition 0
Explanation
Message with no keys will be stored with round-robin strategy among partitions.
Community Discussion
No community discussion yet for this question.