Re: Embedding ZooKeeper without using network

2016-07-28 Thread Flavio Junqueira
If you have some code, it is better to share and see if there are others with a similar need that can help out. It doesn't hurt to create a jira and share the code you already have to see if you can get other interested. I have to warn you that this community hasn't been in general very

Embedding ZooKeeper without using network

2016-07-28 Thread Enrico Olivelli
Hi, I often use ZookKeeper in embedded mode, that is to launch both a Server and a Client inside the same JVM. I would like to run the whole setup without the need of network connections. One use case is to run unit tests which need ZookKeeper, in order to run a full server-client pair at least a