onyx

FYI: alternative Onyx :onyx: chat is at <https://gitter.im/onyx-platform/onyx> ; log can be found at <https://clojurians-log.clojureverse.org/onyx/index.html>
guillaume 2019-02-01T15:41:01.045600Z

Hi, I’m wondering if it’s possible to instantiate onyx with embedded zookeeper. The problem i’m running into is that, in the unit tests, it will spawn a zookeeper on port 2181. If there’s already an onyx job running on the machine, it will fail to allocate the port. If 2 processes are running the test suite, it will also fail to allocate the port.

guillaume 2019-02-01T15:41:22.045700Z

guillaume 2019-02-01T15:42:00.046300Z

was able to replicate with the starter template https://github.com/onyx-platform/onyx-template/blob/0.14.x/src/leiningen/new/onyx_app/resources/config.edn

guillaume 2019-02-01T15:45:20.047200Z

I could mitigate by using a different port for tests but doesn’t still not getting rid of the side effect of running zookeeper