By Bowen Xiao
This project is based on zetcd.
New changes are you can use it as a library instead of client request.
Now you are able to use ZK API with only one etcd instance w/o ZK server.
We try to pack Zetcd into a library instead of a server to make it a binary release. It will be better for operations management and the complexity of whole software.
See API and DEMO for more info.
-
Run Etcd/PD in local environment (standalone mode)
-
Run go test