-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gate: Detect disconnected inner services in readiness (#2491)
If `Gate` becomes ready, it assumes the inner service remains ready indefinitely. Load balancers rely on lazy and redudant readiness checking to avoid disconnected endpoints. This change fixes the Gate to ensure that the inner service is always polled whenever the gate is polled.
- Loading branch information
Showing
1 changed file
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters