-
Bug report
The deregistration of Consul services is calling a Get method on the Consul Agent API (AgentConsulClient:249 - consul-api 1.2.2) :
`@Override
public Response agentServiceDeregister(…
-
Can retries increase the resilience of ConfigWatch? Specifically to retry on any random network failures. If this exception below is thrown and no other KV change occurs, the original KVs from the on…
-
description:
spring cloud version: Finchley.SR2
consul version: v1.2.2
After application startup, no service can be found in the consul portal ,but downgrade the spring boot version to 2.0.6.RELE…
-
This is question: Please drop links if you think it is answered before.
Since "Go Router" is also a routing tool, does it mean we shall not have "Discovery Server" in our infrastructure. Spring Cloud…
-
# my dependencies configration:
org.springframework.cloud
spring-cloud-starter-consul-discovery
1.3.3.RELEASE
org.springframework.cloud
spring-cloud-consul-core
1.3.2.RELEASE
o…
-
Hi,
I am using gradle to build. Gradle reports not able to resolve consul related dependency. Tried both consul-all and consul-dependency. Both reported similar errors.
```
Could not resolve: org.s…
-
### Issue Summary:
Clouddrive can't startup
### Cloud Provider(s):
```
: Error creating bean with name 'searchController': Unsatisfied dependency expressed through field 'searchProviders'; neste…
-
I have a Spring Boot application deployed as a WAR file in a Tomcat server and I am trying to register a health check with Consul.
I am also using Spring Cloud Consul Config to retrieve the proper…
-
### Issue Summary:
I get the following error in `clouddriver` when I add **proxy** config to `JAVA_OPTS`
```java
2019-04-01 08:58:18.099 ERROR 1 --- [0.0-7002-exec-1] c.n.s.k.w.e.GenericExcepti…
-
We are using Spring Cloud (Consul) for service discovery and the consul agent service (3 Node deployment) is deployed with other application service (10 Micro Services) on a AWS Stack.
Recently, we…