Fork me on GitHub
#onyx
<
2015-06-26
>
jeff17:06:23

Anyone know if you can run multiple virtual peers locally using netty to communicate?

jeff17:06:29

I’m getting an out of ports error

jeff17:06:06

but would like to test our workflow with a proper peer using our zookeeper, starting the job, etc.

michaeldrogalis18:06:56

@jeff: Yeah, you can. How many are you trying to run? You can assign the allowed allocated ports with :onyx.messaging/peer-port-range [start end] in the peer config.

jeff19:06:39

ok great, thanks. I’ll try that now.