Fu Leow
Fu Leow
We have job specs with the update stanza defined only at the task group but levant only checks at the job level. Resolves #145 This PR modified the checking logic...
This PR modifies `ConsulDiscoveryClient` so that its `getServices()` method takes into account the value of `default-query-tag` if it is set. Further details are available in issue #452.
`spring-cloud-consul` provides a Consul Catalog Watch that publishes heartbeat events on catalog changes. In an environment with many services the catalog can change rapidly (multiple times per second) causing heartbeat...
We have a mix of different types of services registered in Consul and have tagged our Spring Boot based services with a special tag (e.g. `sb`). We need a way...