Hi, i am trying to create "n" numbers of partitions for a single broker and those should be keyed partitions. I am able to push message in my first keyed-partition by taking ((partition-size) - 1) through custom-partitioner class, so in this case the first-keyed partition will the be last partition form the topic(suppose i have 20 partitions the the first-keyed partition will be 19th one).But my concern is how do i divide other partitions and push messages in each partition through custom-partitioner class.
from Anjali Upadhyay <anjaliupadhy...@gmail.com>