consul-client
consul-client copied to clipboard
checkWatch networkReadMillis < cacheWatchSeconds ?
Hi,
I don't understand why the networkReadTimeout is enforced to be higher than the cacheWatch value. Shouldn't it be the opposite ?
https://github.com/rickfast/consul-client/blob/b0c56fc1ca7f9320ad67bd5860dd49245251f115/src/main/java/com/orbitz/consul/cache/ConsulCache.java#L411-L416
Thanks, Eric
I think https://github.com/rickfast/consul-client/pull/453 will address this