Fork me on GitHub
#onyx
<
2019-02-01
>
guillaume15:02:01

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.

guillaume15:02:20

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