Description
At the moment, Kafka always binds to all interfaces (0.0.0.0) which isn't ideal on some environments, even if the 'hostname' config parameter is set.
Kafka should only bind to the interface set in the 'hostname' parameter - which defaults to InetAddress.getLocalHost.getHostAddress