tgockel / zookeeper-cpp

A ZooKeeper client for C++.
http://tgockel.github.io/zookeeper-cpp/
Apache License 2.0
148 stars 40 forks source link

Question : Where is libzkpp_fake CMake target / #121

Open GuillaumeDua opened 3 years ago

GuillaumeDua commented 3 years ago

Where is the CMake target mentioned in the documentation ? Not implemented yet ?

I'd like to use it to implement some UTs.

Ps : Cannot set a label ?

tgockel commented 3 years ago

Yes, it has not yet been implemented. I'm holding off on implementation until the real version of the API is a bit more solidified.