spring-cloud-consul Questions
6
I have a monitoring app wherein I am running a fixedRate task. This is pulling in a config parameter configured with Consul. I want to pull in updated configuration, so I added @RefreshScope. But a...
Workbook asked 21/5, 2018 at 0:5
1
Solved
I'm in the process of upgrading an environment with new versions of Ubuntu, Consul and Spring Boot. At first glance, everything seems to be working just fine. The app connects to Consul, requests i...
Iceman asked 15/5, 2020 at 7:7
2
Solved
I am implementing a service discovery and I evaluating two options: Eureka and Consul.
Help me decide! I am leaning towards Eureka, but I need to clear a main tech problem. My infrastructure is ba...
Chloroprene asked 7/10, 2019 at 13:14
1
Solved
I am creating a Spring Boot application, which will read configuration like DB properties from Consul. But I am not able to read the key value from Consul using my application. Following is, what I...
Viviennevivify asked 30/11, 2017 at 5:13
1
Solved
I am developing a spring boot application, where I am reading the logback configuration from a YML file which is in Consul . Following are the configuration I have used in the YML file.
logging:
...
Mayda asked 3/4, 2017 at 5:41
1
I have a spring boot application and I would like to get properties that I have on a consul agent.
@EnableDiscoveryClient
@SpringBootApplication(scanBasePackages={"com.commons"})
public class Main...
Phosphide asked 2/3, 2017 at 16:44
1
We have a number of Spring Boot applications that register themselves with Consul (via Spring Cloud Consul). If I stop those applications via docker-compose stop myservice then they de-register the...
Byington asked 12/2, 2017 at 8:27
1
Solved
I'm a bit confused with this configuration. My Spring Boot app with @EnableDiscoveryClient has spring.cloud.consul.host set to localhost. I'm running a Consul Agent on the host where my Boot app is...
Headlong asked 30/1, 2017 at 6:56
1
© 2022 - 2024 — McMap. All rights reserved.