tree: d94869b58bd552be1e7cc45c04bd5782be2bb25c [path history] [tgz]
  1. proto/
  2. BUILD.bazel
  3. gcp_balancer.go
  4. gcp_balancer_test.go
  5. gcp_interceptor.go
  6. gcp_picker.go
  7. README.md
go/pkg/balancer/README.md

GRPC Balancer

This package is a forked version of https://github.com/GoogleCloudPlatform/grpc-gcp-go.

We use this primarily to create new sub-connections when we reach maximum number of streams (100 for GFE) on a given connection.

Refer to https://github.com/grpc/grpc/issues/21386 for status on the long-term fix for this issue.