Open
Description
Would be good to add another GrpclbLoadBalancer
constructor without the StopWatch
argument. The old constructor is just @VisibleForTesting
, and GrpclbLoadBalancerProvider
will call the new constructor. In this way, GrpclbLoadBalancer
can have full control over the lifecycle of the StopWatch
.