envoyproxy / envoyproxy/envoy-mobile
Disable GuardDogImpl
Open
- Dominant language
- Java
- Stars
- 566
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/envoyproxy/envoy/blob/main/source/server/guarddog_impl.cc
The purpose of this type is to terminate the current process (generally an Envoy server) if the system isn't healthy.
We should never do this in a mobile app setting, so we should just turn this off when building Envoy Mobile.
Contributor guide
Assessment
This issue has not been assessed yet.