Update raft.html.md

This commit is contained in:
James Phillips 2017-10-06 14:38:21 -07:00 committed by GitHub
parent dff7aab526
commit 03abd7157b
1 changed files with 7 additions and 4 deletions

View File

@ -29,8 +29,8 @@ The table below shows this endpoint's support for
[required ACLs](/api/index.html#acls).
| Blocking Queries | Consistency Modes | ACL Required |
| ---------------- | ----------------- | --------------- |
| `NO` | `none` | `operator:read` |
| ---------------- | --------------------- | --------------- |
| `NO` | `default` and `stale` | `operator:read` |
### Parameters
@ -40,7 +40,10 @@ The table below shows this endpoint's support for
- `stale` `(bool: false)` - If the cluster does not currently have a leader an
error will be returned. You can use the `?stale` query parameter to read the
Raft configuration from any of the Consul servers.
Raft configuration from any of the Consul servers. Not setting this will choose
the default consistency mode which will forward the reqest to the leader for
processing but not re-confirm the server is still the leader before returning
results. See [default consistency](/api/index.html#default) for more details.
### Sample Request