Closed kareblak closed 8 years ago
The easiest way to solve this is to just specify broker.id
in the inventory file.
Does this mean we could just set a much higher default value for the kafka config template to avoid this issue?
yes, e.g. it generated this:
broker.id=304017429
and adding this to server.properties
worked for me:
reserved.broker.max.id=1000000000
i can add that to a pr i'm working on for 0.9.0.0. note though that 0.9.0.0 does auto broker id assignment which we should probably used by default.
Auto-broker id sounds highly preferable to the moderately insane (or possibly even completely off the rails!) one-liner I devised and put in to generate a consistent ID.. ;)