curator icon indicating copy to clipboard operation
curator copied to clipboard

Clojurified Apache Curator

Results 6 curator issues
Sort by recently updated
recently updated
newest added

Replace #9 . Curator version 3.x targets Zookeeper 3.5 which is in alpha. Using this version on an ensemble running Zookeeper 3.4 may lead to protocol incompatibilities.

Allow constructing InterProcessSemaphoreMutex when reentrant mutexes are not desired.

I'm using the following fn to get a leader while dealing with the following 2 scenarios: - if a dummy Participant is returned (because there is no leader elected), return...

- The default payload class is now a clojure map - You can pass any other type as well, but in that case, you will have to provide your own...

Hi, why is the payload limited to strings? You could also allow to pass a map or an array, right? (And the json serialiser used by curator discovery should take...

Fixed some issues with the first example in the README. `round-robin-strategy` and `service-cache` are used in the example, but not included in the :require of the example. `:require`d `instance` shadowed...