ppconsul
ppconsul copied to clipboard
C++ client for Consul (http://consul.io)
Hi, We have upgraded libcurl and now it supports HTTP/2 protocol. After the upgrade ppconsul fails if I try to loads keys or items with BadException. The reason of the...
I add key-vals by myself (with python script) and checking what was read after the add. For example this pair was created: > INFO:root:Key: confidence_thresh ---> Value: 0.65 (READ: b'0.65')...
I tried to build this project with VS2015.By passing -G "Visual Studio 14 2015 Win64" -DCMAKE_GENERATOR_TOOLSET=v140 -DCMAKE_SYSTEM_VERSION=8.1 flag and curl and boost paths along with -DBUILD_STATIC_LIB=ON in cmake command.After this...
Hi, I've read rationales.md but couldn't find a reference why using json11. When I check their repo I notice that they don't have active development, pull requests from 2014 linger...
Regular expressions are used in one place: to parse HTTP header lines.
Is there currently any plan to add support for watches on the various types in consul? Currently have the need to watch key and or keyprefix for update/creation/delete. I'm willing...
Currently it's not possible to build Ppconsul as dynamic library on Windows because `dllexport`/`dllimport` is not specified (see https://github.com/oliora/ppconsul/issues/24). This need to be fixed.
I am getting build errors when I try to include the ppconsul using CPM module: CPMAddPackage("gh:oliora/[email protected]") ``` Undefined symbols for architecture x86_64: "ppconsul::makeDefaultHttpClientFactory()", referenced from: ppconsul::Consul::Consul(std::__1::basic_string) in emitter.cpp.o "ppconsul::Consul::Consul(std::__1::function, std::__1::basic_string,...