spring-cloud / spring-cloud-consul

Spring Cloud Consul
http://cloud.spring.io/spring-cloud-consul/
Apache License 2.0
813 stars 541 forks source link

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

Open spencergibb opened 5 years ago

spencergibb commented 5 years ago

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

xpunch commented 5 years ago

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.