Let's say I have a known algorithm for choosing the partition in my publisher. However, that algorithm takes the partition count into consideration via the partitioner_callback. How can I get the partition count in a consumer so I can apply a similar algorithm?
Let's say I have a known algorithm for choosing the partition in my publisher. However, that algorithm takes the partition count into consideration via the partitioner_callback. How can I get the partition count in a consumer so I can apply a similar algorithm?