mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 08:56:43 +00:00
Update raft.html.md
This commit is contained in:
parent
8a52684466
commit
5f5e7529df
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user