-
creating a basic consul app with discovery and web only results in a critical health app in consul.
-
https://github.com/spring-projects/spring-boot/issues/4974#issuecomment-173175333
https://github.com/hashicorp/hcl
see https://github.com/spring-projects/spring-boot/issues/3558
Would bring i…
-
- 不能每次要更新配置的时候都要重启服务
- 当然,配置不能是有问题的,但这个怎么保证呢
JPCui updated
5 years ago
-
i am write a websocket server with spring websocket and spring-cloud-starter-alibaba-nacos-discovery. my WebSocketConfig code :
public class WebSocketConfig implements WebSocketConfigurer {
@Bean
…
-
-
ERROR consul heartbeat-set check pass error!serviceid:192.168.19.164:8002-com.tt.demo.app.service.IDemoService
com.ecwid.consul.v1.OperationException: null
at com.ecwid.consul.v1.agent.AgentConsulC…
-
2.能把Consul换成Eureka么?
-
spring-cloud-starter-zookeeper-discovery
使用直接连接zk做的负载。不行,要用eureka才正常
-
Spring Boot 2.6.3, Spring Cloud 2021.0.0
Getting an `java.net.UnknownHostException: https: nodename nor servname provided, or not known` exception when trying to connect to consul with `spring.conf…
-
When using spring-boot-actuator 1.3, the health endpoint is now nested under server.contextPath when management.port is set. Note that this is different behavior than with spring-boot-actuator 1.2.5, …