question
68 views
Using Zookeeper
Hello,
If we use ZooKeeper in our code, does it have to be started with the ECS server or can we start it manually (using the command line)?
Hello,
If we use ZooKeeper in our code, does it have to be started with the ECS server or can we start it manually (using the command line)?
There are ways to spin up a server from Java. Check out ZooKeeperServerMain.java or QuorumPeerMain.java, as the regular zooserver API is very very poorly written.
Proceed with caution. Using Zookeeper makes certain tasks easier but def makes it hard to config project for the autotesters.