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.
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
I could mitigate by using a different port for tests but doesn’t still not getting rid of the side effect of running zookeeper