Giter VIP home page Giter VIP logo

Comments (4)

mauiarches avatar mauiarches commented on July 25, 2024

Hi,

Unfortunately specifying multiple end-points is not yet supported.

from etcd-cpp-apiv3.

sarat-k avatar sarat-k commented on July 25, 2024

Hi XMAN,

Were you able to use this library ? I compiled it and linked the resultant library to my app library (which is .so by itself). When I load the main app that links to my app library (which in turn uses this library) I get the following error:

undefined symbol: _ZTVN12etcdserverpb5Watch4StubE

Regards,
SK

from etcd-cpp-apiv3.

sighingnow avatar sighingnow commented on July 25, 2024

After #16 fixes the feature (multiple end-points support) should work as:

etcd::Client etcd("http://192.1.1.1:2379,http://192.1.1.2:2379,http://192.1.1.3:2379")

The gRPC's load balancer is used behind the screen.

from etcd-cpp-apiv3.

sighingnow avatar sighingnow commented on July 25, 2024

For the "undefined symbol: _ZTVN12etcdserverpb5Watch4StubE" issue, more detail information is needed to get it fixed.

Feel free to reopen.

from etcd-cpp-apiv3.

Related Issues (20)

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.