Fix broken link for consistent hashing article (#23133)

* Fix broken link for consistent hashing article

* Fix broken link for consistent hashing article in java docs
This commit is contained in:
Ryan Case 2017-06-12 04:55:41 -04:00 committed by Patrik Nordwall
parent 8241cd95f6
commit f2c719b1fc
2 changed files with 2 additions and 2 deletions

View file

@ -436,7 +436,7 @@ TailChoppingGroup defined in code:
The ConsistentHashingPool uses [consistent hashing](http://en.wikipedia.org/wiki/Consistent_hashing)
to select a routee based on the sent message. This
[article](http://weblogs.java.net/blog/tomwhite/archive/2007/11/consistent_hash.html) gives good
[article](http://www.tom-e-white.com/2007/11/consistent-hashing.html) gives good
insight into how consistent hashing is implemented.
There is 3 ways to define what data to use for the consistent hash key.

View file

@ -436,7 +436,7 @@ TailChoppingGroup defined in code:
The ConsistentHashingPool uses [consistent hashing](http://en.wikipedia.org/wiki/Consistent_hashing)
to select a routee based on the sent message. This
[article](http://weblogs.java.net/blog/tomwhite/archive/2007/11/consistent_hash.html) gives good
[article](http://www.tom-e-white.com/2007/11/consistent-hashing.html) gives good
insight into how consistent hashing is implemented.
There is 3 ways to define what data to use for the consistent hash key.