Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clientv3: use grpc balancer #5583

Merged
merged 5 commits into from
Jun 8, 2016

Commits on Jun 8, 2016

  1. vendor: update grpc

    Anthony Romano committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    b382c2c View commit details
    Browse the repository at this point in the history
  2. integration: bridge connections to grpc server

    Tests need to disconnect the network connection for the client to check
    reconnection paths but closing a grpc connection closes the logical connection.
    To disconnect the client, instead have a bridge between the server and
    the client which can monitor and reset connections.
    Anthony Romano committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    1823702 View commit details
    Browse the repository at this point in the history
  3. clientv3: use grpc reconnection logic

    Anthony Romano committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    62f8ec2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7abc8f2 View commit details
    Browse the repository at this point in the history
  5. clientv3: use grpc balancer

    Anthony Romano committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    4a13c9f View commit details
    Browse the repository at this point in the history