support cluster based on consistent hash#18
Open
yanxurui wants to merge 6 commits intoopenresty:masterfrom
Open
support cluster based on consistent hash#18yanxurui wants to merge 6 commits intoopenresty:masterfrom
yanxurui wants to merge 6 commits intoopenresty:masterfrom
Conversation
added 6 commits
May 23, 2017 00:49
yanxurui
commented
Nov 28, 2017
| dog not found | ||
| --- no_error_log | ||
| [error] | ||
| --- only |
Author
There was a problem hiding this comment.
todo: I forgot to remove it. This bug is not exposed because lower case doesn't take effect.
Member
|
@yanxurui It's better be a separate Lua library since I don't want lua-resty-memcached to depend on lua-resty-balancer. |
Author
|
@agentzh No problem. I will maintain this feature branch in my repo. |
|
@yanxurui Hi! Did you create a new library for this? Your fork seems out of date now. Thanks! |
|
Actually the main library doesn't seem to have changed much since then. I will try your fork :) |
Author
|
@vitobotta I have not touched this code since I left my last employer. Feel free to update my repo if needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello, dear @agentzh
I add support of consistent hash using resty/chash. We have been using this in production for months.
I have no confidence you will merge this but still I post it here in case someone else needs it.
Thanks.