Q. Kafka uses which method to distribute messages among partitions?
β
Correct Answer: (C)
Partitioner logic (round-robin or key-based)
Explanation: Kafka uses a partitioner to determine message distribution — either round-robin or key-based.