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.
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.