spring-cloud-consul icon indicating copy to clipboard operation
spring-cloud-consul copied to clipboard

Consul http check should not be created if actuator is not present on classpath

Open spencergibb opened this issue 7 years ago • 1 comments

creating a basic consul app with discovery and web only results in a critical health app in consul.

spencergibb avatar Dec 13 '18 22:12 spencergibb

Consul support tcp health check, current spring-cloud-consul health check based on http check, if there is a way I can enable tcp health check instead of http path health check.

xpunch avatar Jul 26 '19 09:07 xpunch