gjacquet opened this issue 5 years ago · 1 comments
It looks like current init script only allows for 9 brokers with outside port. Tenth broker would have 324010 as its outside port.
324010
The right way to get the outside port would be by doing something like 32400 + $BROKER_ID
32400 + $BROKER_ID
Fixed with #286