open-consul/agent/router
Daniel Nephin ff3610850e 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
..
grpc.go
manager.go
manager_internal_test.go
manager_test.go
router.go
router_test.go
serf_adapter.go
serf_flooder.go