Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

registry/rpc: use simpleBalancer instead of ClientConn.State() #1673

Merged
merged 3 commits into from Nov 24, 2016

Commits on Nov 10, 2016

  1. vendor: update grpc to master 2016-08-26

    Update vendor/google.golang.org/grpc to the most recent master,
    as of 2016-08-26.
    Dongsu Park committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    a6cff59 View commit details
    Browse the repository at this point in the history
  2. protobuf: regenerate fleet.pb.go

    Now that gRPC as well as other dependencies were updated, we need to update
    fleet.pb.go too.
    Dongsu Park committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    423e390 View commit details
    Browse the repository at this point in the history
  3. registry/rpc: use simpleBalancer instead of ClientConn.State()

    As ClientConn.State() of gRPC has disappeared, we need to avoid using
    ClientConn.State(). Instead we should make use of gRPC rebalancer
    mechanism, just like etcdv3 is doing. To do that, introduce
    simpleBalancer, as a minimum structure to be used for grpc.Balancer.
    Dongsu Park committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    ecb121a View commit details
    Browse the repository at this point in the history