Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ur)!: use consistent hashing hash ring to determine host for less churn when hosts are modified #1066

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TillaTheHun0
Copy link
Member

This will cause all processes to initially change hosts, which is why this is considered a breaking change.

Using a hashring will make it so at most only p / h processes will be re-hosted on expanding the number of hosts p being the current number of processes and h being the number of possible hosts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant