Skip to content

Conversation

s-matyukevich
Copy link

See grpc/proposal#423 for details.

[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