docs: fixed broken link to SWIM article in architecture/gossip ref
This commit is contained in:
parent
cf205d7fd9
commit
fa2b139cf4
|
@ -15,7 +15,7 @@ Consul uses a [gossip protocol](https://en.wikipedia.org/wiki/Gossip_protocol)
|
||||||
to manage membership and broadcast messages to the cluster. All of this is provided
|
to manage membership and broadcast messages to the cluster. All of this is provided
|
||||||
through the use of the [Serf library](https://www.serf.io/). The gossip protocol
|
through the use of the [Serf library](https://www.serf.io/). The gossip protocol
|
||||||
used by Serf is based on
|
used by Serf is based on
|
||||||
["SWIM: Scalable Weakly-consistent Infection-style Process Group Membership Protocol"](http://www.cs.cornell.edu/info/projects/spinglass/public_pdfs/swim.pdf),
|
["SWIM: Scalable Weakly-consistent Infection-style Process Group Membership Protocol"](https://www.cs.cornell.edu/projects/Quicksilver/public_pdfs/SWIM.pdf),
|
||||||
with a few minor adaptations. There are more details about [Serf's protocol here](https://www.serf.io/docs/internals/gossip.html).
|
with a few minor adaptations. There are more details about [Serf's protocol here](https://www.serf.io/docs/internals/gossip.html).
|
||||||
|
|
||||||
## Gossip in Consul
|
## Gossip in Consul
|
||||||
|
|
Loading…
Reference in New Issue