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