-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
loadbalancer-experimental: consolidate outlier detector concerns into…
… the OutlierDetectorConfig (#2864) Motivation: We currently have two different outlier detector implementations: the xDS compatible implementation and the L4 connection failure implementation. Right now the configuration of them is odd: one is configured on LoadBalancerBuilder and the other is passed to the xDS outlier detector factory. This is a really strange API. Modifications: - move l4 configuration options to OutlierDetectorConfig so everything is in one place - remove the LoadBalancerBuilder.outlierDetector(..) method in favor of one taking the OutlierDetectorConfig - make service-discovery re-subscribing enabled even if consecutive connect failures is not
- Loading branch information
1 parent
bf87598
commit 1f31e61
Showing
19 changed files
with
564 additions
and
389 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
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
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
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
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
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
Oops, something went wrong.