26 Commits

Author SHA1 Message Date
9bc72deba4 grpc: remove mentions of WithBalancerName from comments (#5555) 2022-08-02 15:56:37 -07:00
597e5d1b1a don't apply defaultSC upon receipt of invalid service config (#5257) 2022-03-22 08:50:50 -07:00
980790869b rls: support routeLookupChannelServiceConfig field (#5176) 2022-01-31 12:49:45 -08:00
b88744b832 xds: add ConfigSelector to support RouteAction timeouts (#3991) 2020-11-17 13:22:28 -08:00
4258d12073 service config: add default method config support (#3684) 2020-07-06 17:56:02 -07:00
506b773066 Implemented component logging (#3617) 2020-06-26 12:04:47 -07:00
d071d56834 xds: handle weighted cluster as route action (#3613) 2020-05-26 13:58:04 -07:00
4eb418e5b2 balancer: move Balancer and Picker to V2; delete legacy API (#3431) 2020-04-28 14:52:49 -07:00
709091fe14 service config: move balancer config parsing to internal (#3504)
And make it a json unmarshaller, easy to use.
2020-04-08 13:57:52 -07:00
10cea4324e internal: fix initialBackoff typo (#3289) 2020-01-06 10:22:54 -08:00
ed563a02ea resolver: add State fields to support error handling (#2951) 2019-10-04 12:59:43 -07:00
6b46f470d1 client: consider service config invalid if loadBalancingConfig… (#3034) 2019-09-20 16:07:23 -07:00
d40a995895 balancer/resolver: add loadBalancingConfig and pre-parsing support (#2732) 2019-05-30 09:12:58 -07:00
ea5e6da287 service config: default service config (#2686) 2019-04-03 10:50:28 -07:00
a1a84e16d0 service config: make retryThrottling maxTokens setting of 1000 valid (#2670) 2019-03-07 14:30:57 -08:00
105f61423e health: Client LB channel health checking (#2387) 2018-11-01 10:49:35 -07:00
30f4150eec service config: Avoid logging a warning on empty serviceconfig. (#2316) 2018-10-04 13:25:25 -07:00
40a879c23a client: Implement gRFC A6: configurable client-side retry support (#2111) 2018-06-27 16:18:41 -07:00
b39aa9e037 Revert stickiness (#2175)
Stickiness will be reimplemented as part of a balancer/resolver redesigning/extending.
2018-06-26 10:02:54 -07:00
f8dbc38bdc Fix "deprecated" function godoc comments to match standard formatting (#2027) 2018-05-02 08:52:49 -07:00
e8a6e2844b stickiness: add stickiness support (#1969) 2018-04-24 10:37:52 -07:00
43083423e4 Change parseTimeout to not handle non-second durations (#1706) 2017-12-05 10:04:04 -08:00
fe0602d9d8 fix max msg size type issues on different arch (#1623) 2017-10-26 13:30:15 -07:00
c5f391bd6c Revert "cap max msg size to min(max_int, max_uint32) (#1598)" (#1619)
This reverts commit 5856538706dc3abc44dd5ba1a8bb19a0dfb1ab25.
2017-10-25 10:31:00 -07:00
5856538706 cap max msg size to min(max_int, max_uint32) (#1598) 2017-10-24 10:20:54 -07:00
6f3b6ff46b Parse ServiceConfig JSON string (#1515) 2017-10-19 12:09:19 -07:00