leastRequest constant

An O(1) algorithm which selects two random healthy hosts and picks the host which has fewer active requests.

Implementation

static const leastRequest =
    BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name(
      'LEAST_REQUEST',
    );