Snapcraft.yaml for building zetcd snap packages
In the root of the repo run:
snapcraft cleanbuild
snap install zetcd --edge
Forward ZooKeeper requests on :2181
to an etcd server listening on
localhost:2379
:
zetcd --zkaddr 0.0.0.0:2181 --endpoints localhost:2379
Simple testing with zkctl
:
zetcd.zkctl watch / &
zetcd.zkctl create /abc "foo"