zetcd-snaps
Snapcraft.yaml for building zetcd snap packages
Building
In the root of the repo run:
snapcraft cleanbuildInstalling from the Ubuntu Store
snap install zetcd --edgeRunning
Forward 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"