Hi,
We have a core Consul server cluster, and a number of Consul clients at a different site than the Consul server cluster. So, there may be situations where the client site gets “offline” and has no access to any of the Consul servers. We have services running alongside the Consul client agents that rely on Consul for key/value configs. It appears that Consul client agent requires access to at least one Consul server to serve KV read requests, even in “stale” mode. Is there anyway we can configure Consul client to return key values, even when the Consul client is unable to talk to any Consul server? We are ok with eventual consistency, and reading a stale copy from the Consul client.