buraksezer / consistent

Consistent hashing with bounded loads in Golang
https://research.googleblog.com/2017/04/consistent-hashing-with-bounded-loads.html
MIT License
693 stars 69 forks source link

Need guidance for optimum configuration recommendation #21

Open nirvanagit opened 2 years ago

nirvanagit commented 2 years ago

Hi @buraksezer

Thanks for the implementation. I needed some guidance for my use case, will be glad if you can provide recommendation on how should I configure the hash ring.

Here are some details: number of servers: 2-10 number of clients: 200-500 frequency of addition/removal of client: daily/weekly/monthly.