spring-cloud / spring-cloud-consul

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

Unavailable to specify failures_before_critical parameter for healthcheck configuration #793

Closed BarannikovIS closed 1 year ago

BarannikovIS commented 1 year ago

Hello!

Is your feature request related to a problem? Please describe. Needed to have ability to configure trashholds for healthcheck configuration.

Describe the solution you'd like Native consul API has parameter failures_before_critical but spring-cloud-consul doesn't.

Will be great to support the same parameter and functionality in spring-cloud-consul

spencergibb commented 1 year ago

This project depends on https://github.com/Ecwid/consul-api for the consul client, support would be needed there first.