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

Consistent hashing #5408

Merged
merged 3 commits into from Jun 16, 2022
Merged

Consistent hashing #5408

merged 3 commits into from Jun 16, 2022

Commits on Jun 9, 2022

  1. Add support for consistent hashing in receivers

    This commit adds support for distributing series in Receivers using
    consistent hashing based on the libketama algorithm.
    
    Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
    fpetkovski committed Jun 9, 2022
    Copy the full SHA
    d2ed2b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Use require package for test assertions

    Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
    fpetkovski committed Jun 14, 2022
    Copy the full SHA
    0ccb5b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Rename algorithm from consistent to ketama

    Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
    fpetkovski committed Jun 16, 2022
    Copy the full SHA
    152ce39 View commit details
    Browse the repository at this point in the history