github.com/bazelbuild/remote-apis-sdks@v0.0.0-20240425170053-8a36686a6350/go/pkg/balancer/README.md (about)

     1  # GRPC Balancer
     2  This package is a forked version of https://github.com/GoogleCloudPlatform/grpc-gcp-go.
     3  
     4  We use this primarily to create new sub-connections when we reach
     5  maximum number of streams (100 for GFE) on a given connection.
     6  
     7  Refer to https://github.com/grpc/grpc/issues/21386 for status on the long-term fix
     8  for this issue.