While going through kafka definitve guide, i come across this phrase
When the key is null and the default partitioner is used, the record will be sent to one of the available partitions of the topic at random. A round-robin algorithm will be used to balance the messages among the partitions.
Does it mean this applies only for using default partitioner ?