Hi All, I would like to know what kind of strategy Kafka adopts in splitting partitions of a topic to across the cluster.
Ex: if i have 10 broker in a cluster. 1 topic with 5 partition and each with replication-factor of 2. then how would Kafka will assign the partitions ( 5*2 =10) across the cluster nodes? Regards, Nitin Kumar Sharma.