Commit Graph

6 Commits

Author SHA1 Message Date
Easwar Swaminathan adb21c4610
rls: improve config parsing (#4819) 2021-09-29 16:58:46 -07:00
Easwar Swaminathan 6c0171fad0
rls: Update rls protos and code/test to reflect those changes. (#3832) 2020-08-21 10:41:53 -07:00
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 47c04d199d
rls: LB config cleanup (#3443)
1. Store the RLS server name (lookupService field) as a string instead
   of as a resolver.Target as this is passed to grpc.Dial when creating
   the control channel.
2. Store the default target specified in the ServiceConfig in a field in
   the lbConfig struct.
3. Move some constants defined in builder.go to config.go because they
   are only used in the latter.
2020-03-11 08:55:55 -07:00
Easwar Swaminathan c12425709d
rls: Implementation of lb config parse functionality. (#3379) 2020-03-05 11:10:56 -08:00