I am using Consistent Hashing in my Actor System. The problem I am facing is that the keys are not getting distributed evenly (which I expected, though). I was just wondering if there's a Simple Hashing router in akka which I can use.
Or should I implement a custom router?
Thanks!!!