Skip to content

prameshbhattarai/distributed-consistent-hashing

Repository files navigation

Distributed Consistent Hashing with Virtual Nodes

This project implements distributed consistent hashing with virtual nodes in Java.
The consistent hashing algorithm ensures a balanced distribution of keys across a dynamic set of nodes, improving load balancing and fault tolerance.

Implementation

  • Simulate Scaling Up and Down of instance
  • Load balancing API request to instance from the Ring

Distributed Consistent Hashing.png

About

Example to Simulate Distributed Consistent Hashing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages