Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 528 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 528 Bytes

etcd3-client

etcd v3 cpp client api. This library provides a convenient wrapper api over the grpc based etcd3 api. The grpc api code is generated during compilation of this library from the etcd3 provided proto files. Generation and compilation of the api library is done using cmake.

currently under development.

+several get calls are supported
+several put calls are supported
+watch calls are supported

Compile:

mkdir build
cmake ../
make