I'm looking for a distributed hash ring implementation that's failure and expansion tolerant (automatic rebalancing of the logical ranges). Don't exactly need a full-on DHT with lookups since this is meant for workload distribution, but I suppose I could retrofit one to achieve what I'm looking for. I've seen a few options for Python, but none of them seem well-regarded or maintained. Does anyone know what the go-to community solution here is?
