Yolean/kubernetes-kafka

Support more than 10 brokers with outside port

Closed this issue · 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.

The right way to get the outside port would be by doing something like 32400 + $BROKER_ID

Fixed with #286