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:
parent
8241cd95f6
commit
f2c719b1fc
2 changed files with 2 additions and 2 deletions
|
|
@ -436,7 +436,7 @@ TailChoppingGroup defined in code:
|
||||||
|
|
||||||
The ConsistentHashingPool uses [consistent hashing](http://en.wikipedia.org/wiki/Consistent_hashing)
|
The ConsistentHashingPool uses [consistent hashing](http://en.wikipedia.org/wiki/Consistent_hashing)
|
||||||
to select a routee based on the sent message. This
|
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.
|
insight into how consistent hashing is implemented.
|
||||||
|
|
||||||
There is 3 ways to define what data to use for the consistent hash key.
|
There is 3 ways to define what data to use for the consistent hash key.
|
||||||
|
|
|
||||||
|
|
@ -436,7 +436,7 @@ TailChoppingGroup defined in code:
|
||||||
|
|
||||||
The ConsistentHashingPool uses [consistent hashing](http://en.wikipedia.org/wiki/Consistent_hashing)
|
The ConsistentHashingPool uses [consistent hashing](http://en.wikipedia.org/wiki/Consistent_hashing)
|
||||||
to select a routee based on the sent message. This
|
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.
|
insight into how consistent hashing is implemented.
|
||||||
|
|
||||||
There is 3 ways to define what data to use for the consistent hash key.
|
There is 3 ways to define what data to use for the consistent hash key.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue