envoyproxy / envoy

Cloud-native high-performance edge/middle/service proxy
https://www.envoyproxy.io
Apache License 2.0
24.76k stars 4.76k forks source link

[active health checking] Implement multiple health checkers per cluster #3642

Open brirams opened 6 years ago

brirams commented 6 years ago

The v2 CDS schema supports multiple health checkers per cluster but it hasn't been implemented yet. This is a placeholder for that work.

Context: https://envoyproxy.slack.com/archives/C78HA81DH/p1529092669000250

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.

brirams commented 6 years ago

I imagine there's still at least an abstract need for this. Nothing pressing on my end. Opened this issues just to keep track of whether it ever got done.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.

brirams commented 6 years ago

bump

bobo333 commented 3 years ago

we are running into this same issue, it appears both api v2 and api v3 accept multiple health checks, but envoy itself does not support them

wbpcode commented 3 years ago

Try to land it.