Re: Handling load distribution evenly, with ordering

2024-08-21 Thread Akash Jain
Hi Karthick, The choice has to be yours depending on what you want to achieve. I understand you want to achieve even distribution of messages across your partitions. This depends on the following factors: - The frequency of keys - Hashing logic itself What you can control is the hashing lo

Re: Handling load distribution evenly, with ordering

2024-08-21 Thread Karthick
Thanks Akash Jain for your detailed explanation. I have answered your queries. Yes as you said the key 1 and key 2 doing more produces. So the skew is happening. In which case you will have to get creative with your topic > design Can you please guide on how to do dynamic segregation of such ke