mirror of https://github.com/status-im/consul.git
website: Document peers api consistency. Fixes #880
This commit is contained in:
parent
9707383021
commit
dd57071240
|
@ -41,3 +41,6 @@ the agent is running. It returns a list of addresses, such as:
|
|||
"10.1.10.10:8300"
|
||||
]
|
||||
```
|
||||
|
||||
This list of peers is strongly consistent and can be useful in determining when
|
||||
a given server has successfully joined the cluster.
|
||||
|
|
Loading…
Reference in New Issue