consul/agent/grpc
Daniel Nephin 2294793357 agent/grpc: use router.Manager to handle the rebalance
The router.Manager is already rebalancing servers for other connection pools, so it can call into our resolver to do the same.
This change allows us to remove the serf dependency from resolverBuilder, and remove Datacenter from the config.

Also revert the change to refreshServerRebalanceTimer
2020-09-24 12:53:14 -04:00
..
internal/testservice grpc: add Datacenter field to testing service response 2020-09-14 19:02:09 -04:00
resolver agent/grpc: use router.Manager to handle the rebalance 2020-09-24 12:53:14 -04:00
client.go grpc: restore integration tests for grpc client conn pool 2020-09-24 12:53:14 -04:00
client_test.go agent/grpc: use router.Manager to handle the rebalance 2020-09-24 12:53:14 -04:00
handler.go grpc: restore integration tests for grpc client conn pool 2020-09-24 12:53:14 -04:00
server_test.go grpc: restore integration tests for grpc client conn pool 2020-09-24 12:53:14 -04:00
stats.go agent/grpc: make TestHandler_EmitsStats predictable 2020-09-14 19:05:22 -04:00
stats_test.go agent/grpc: make TestHandler_EmitsStats predictable 2020-09-14 19:05:22 -04:00