Commit Graph

4 Commits

Author SHA1 Message Date
Doug Fawley bc714cd8ae
Remove Go 1.9 / AppEngine support; assume go1.12 build tag (#3767) 2020-07-30 16:15:35 -07:00
Easwar Swaminathan b0ac601168
rls: LB policy with only control channel handling (#3496) 2020-04-28 10:47:24 -07:00
Easwar Swaminathan 192c8a2a35
rls: Rename type `picker` to `rlsPicker`. (#3475)
This change only renames the type and reformats some comments. No change
in functionality. The rename was deemed necessary once I started
implementing the balancer and wanted to be consistent. The builder is
named `rlsBB`, the balancer is named `rlsBalancer`, so the picker should
be `rlsPicker`. Also, this rename allows the field in the balancer which
caches the last picker to be named `picker`.
2020-03-25 15:26:46 -07:00
Easwar Swaminathan 804ff443fc
rls: Implementation of the picker (#3423) 2020-03-16 10:43:00 -07:00