Thai Van
Results
1
comments of
Thai Van
in `heartbeat`, set `use-actuator-health` to `false` ``` heartbeat: use-actuator-health: false enabled: true ``` You can check the `ConsulHeartbeatAutoConfiguration` to find out the issue ``` @ConditionalOnProperty(value = "spring.cloud.consul.discovery.heartbeat.use-actuator-health", havingValue = "true",...