Commit Graph

10 Commits

Author SHA1 Message Date
Nathan Baulch c8951abc16
*: fix minor typos (#7487)
* Fix typos

* Fix reflecton tests
2024-08-14 22:43:01 +05:30
Easwar Swaminathan 593ff8d017
rls: service field in RLS request must not contain slashes (#5168) 2022-01-27 15:03:30 -08:00
Easwar Swaminathan 512e89474b
rls: support extra_keys and constant_keys (#4995)
* rls: support extra_keys and constant_keys

* review comments

* use the constant_keys map from the proto
2021-12-03 15:25:06 -08:00
Easwar Swaminathan f45e617974
rls: move pb.gos to grpc/internal/proto/grpc_lookup_v1 (#4993) 2021-11-18 16:51:41 -08:00
Aliaksandr Mianzhynski 9c668aeab8
all: preallocate slices where possible (#4609) 2021-08-11 09:17:59 -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 cc864071cc
rls: Manually implement equality of key builder maps. (#3476)
cmp.Equal is not supposed to be used in production code because of its
propensity towards panicking.

This equality will eventually be checked from the LB policy when it gets
a service config update.
2020-03-31 14:20:17 -07:00
Easwar Swaminathan dc074d6727
rls: Add an Equal method to the KeyBuilderMap type. (#3441) 2020-03-11 08:51:00 -07:00
Easwar Swaminathan c12425709d
rls: Implementation of lb config parse functionality. (#3379) 2020-03-05 11:10:56 -08:00
Easwar Swaminathan d76e57cb09
rls: Implementation of RLS key builders. (#3344) 2020-02-06 20:57:36 -08:00