I want to know is there a way to set the broker ID for Kafka in Java?
I can see there is broker.id
configuration parameter in server.properties
to configure broker ID, but I want this to be overridden during run time by picking the broker ID from a configuration file from each broker node.