Today we've a ConsistentHashRing which supports find, add and remove. While this is great, it would really help if we can build abstractions on top that would help us visualise it as a HashRing and token ranges between the nodes in the ring.
This would help us when we try out rebalancing of data among the nodes.
Today we've a ConsistentHashRing which supports
find
,add
andremove
. While this is great, it would really help if we can build abstractions on top that would help us visualise it as a HashRing and token ranges between the nodes in the ring.This would help us when we try out rebalancing of data among the nodes.