Add support for stale reads from Consul catalog

This commit is contained in:
Michael Arenzon 2018-06-28 17:40:04 +03:00 committed by Traefiker Bot
parent 9e012a6b54
commit 886cc83ad9
3 changed files with 14 additions and 5 deletions

View file

@ -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