Coder Social home page Coder Social logo

Comments (3)

Yummy26 avatar Yummy26 commented on September 13, 2024

etcd using the package google.golang.org/grpc/naming,

https://github.com/etcd-io/etcd/search?q=google.golang.org%2Fgrpc%2Fnaming

while the naming module only exist in the former version early than [email protected].

from grpc-lb.

liyue201 avatar liyue201 commented on September 13, 2024

please use an older version of grpc-lb , which relies on grpc v1.26.0

require (
	github.com/coreos/etcd v3.3.18+incompatible
	github.com/liyue201/grpc-lb v0.0.0-20200901081538-e471cb60979d
	golang.org/x/net v0.0.0-20200707034311-ab3426394381
	google.golang.org/grpc v1.26.0
)

replace github.com/liyue201/grpc-lb => github.com/liyue201/grpc-lb v0.0.0-20200724072550-fcece951c1e2

from grpc-lb.

Yummy26 avatar Yummy26 commented on September 13, 2024

Thx, That works.

As a complement, In case of solving the error undefined: grpc.ClientConnInterface for grpc v1.26.0,
we should using the protoc-gen-go as below, to build the *.pb.go && *.pb.gw.go .

github.com/golang/protobuf/[email protected]

from grpc-lb.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.