envoy
envoy copied to clipboard
Upstream health checks threading model
I tried looking it up in docs, but didn't find (please help referring if it exist): Are Envoy upstream health checks performed per-worker, or are they running globally from the main thread, and results are posted to workers? I'd assume the latter, but wanted to make sure