spring-cloud / spring-cloud-consul

Spring Cloud Consul
http://cloud.spring.io/spring-cloud-consul/
Apache License 2.0
813 stars 541 forks source link

Add consistency mode to KV client queries #721

Open cr-kobyisrael opened 3 years ago

cr-kobyisrael commented 3 years ago

In this issue https://github.com/spring-cloud/spring-cloud-consul/issues/556 the consistency mode was added to service discovery client, but there are more client which support this, KV for example

It's important to be able to query keys in configured consistent manner (stale in many cases is better than having "Leader not found" error)