Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

service config: add Random Subsetting LB Policy (gRFC A68) #157

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

s-matyukevich
Copy link

See grpc/proposal#423 for details.

@@ -526,6 +536,8 @@ message LoadBalancingConfig {
OutlierDetectionLoadBalancingConfig outlier_detection = 15
[json_name = "outlier_detection_experimental"];
RlsLoadBalancingPolicyConfig rls = 19 [json_name = "rls_experimental"];
RandomSubsettingLbConfig random_subsetting = 21
[json_name = "random_subsetting_experimental"];
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I use _experimental suffix here? If yes I may need to update gRFC.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those other experimental policies aren't to be used outside of grpc itself right now. Since yours is for general use, it'd go above the "REMAINING POLICIES ARE EXPERIMENTAL" section and not be experimental. Implementations should keep it _experimental until it is properly tested, but that's separate from this proto.

@dfawley, agreed?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants