mirror of https://github.com/hashicorp/consul
Update leader-election.html.markdown
parent
664bbbb16e
commit
ca489adf9f
|
@ -23,7 +23,7 @@ key being used to coordinate. A good choice is simply:
|
||||||
|
|
||||||
service/<service name>/leader
|
service/<service name>/leader
|
||||||
|
|
||||||
We will refer to this as just `key` for simplify.
|
We will refer to this as just `key` for simplicity.
|
||||||
|
|
||||||
The first step is to create a session. This is done using the /v1/session/create endpoint.
|
The first step is to create a session. This is done using the /v1/session/create endpoint.
|
||||||
The session by default makes use of only the gossip failure detector. Additional checks
|
The session by default makes use of only the gossip failure detector. Additional checks
|
||||||
|
|
Loading…
Reference in New Issue