/etcd3-client

Thin cpp wrapper for etc v3 cpp api

Primary LanguageC++MIT LicenseMIT

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