Add support for stale reads from Consul catalog
This commit is contained in:
parent
9e012a6b54
commit
886cc83ad9
3 changed files with 14 additions and 5 deletions
|
@ -24,6 +24,13 @@ endpoint = "127.0.0.1:8500"
|
|||
#
|
||||
exposedByDefault = false
|
||||
|
||||
# Allow Consul server to serve the catalog reads regardless of whether it is the leader.
|
||||
#
|
||||
# Optional
|
||||
# Default: false
|
||||
#
|
||||
stale = false
|
||||
|
||||
# Default domain used.
|
||||
#
|
||||
# Optional
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue