Update README.md
Changed the round robin link to https://g33kinfo.com/info/round-robin-vs-weighted-round-robin-lb from https://www.g33kinfo.com/info/round-robin-vs-weighted-round-robin-lb for https://github.com/donnemartin/system-design-primer/issues/672pull/673/head
parent
7a094cec63
commit
ebd93d8d20
|
@ -686,7 +686,7 @@ Load balancers can route traffic based on various metrics, including:
|
||||||
* Random
|
* Random
|
||||||
* Least loaded
|
* Least loaded
|
||||||
* Session/cookies
|
* Session/cookies
|
||||||
* [Round robin or weighted round robin](https://www.g33kinfo.com/info/round-robin-vs-weighted-round-robin-lb)
|
* [Round robin or weighted round robin](https://g33kinfo.com/info/round-robin-vs-weighted-round-robin-lb)
|
||||||
* [Layer 4](#layer-4-load-balancing)
|
* [Layer 4](#layer-4-load-balancing)
|
||||||
* [Layer 7](#layer-7-load-balancing)
|
* [Layer 7](#layer-7-load-balancing)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue