Registry / networking / zkpp
library0.2.3vcpkgunverified

A ZooKeeper client for C++.

vcpkg install zkpp
INSTALL
IMPORT
SIG · ZKPP
Z
zkpp
networkingcppv0.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

zk/client.hpp
#include <zk/client.hpp>

Connects to ZooKeeper and reads a node's data

#include <zk/client.hpp> #include <iostream> int main() { auto client = zk::client::connect("localhost:2181"); auto data = client.get("/my/node"); std::cout << data.value() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
32
OpenAI (training)
1
Resources

No resource links recorded.

zkpp — pip install zkpp · libregistry