If I understand Kafka correctly, since v0.9 / v0.10, users are often recommended to connect consumers to the Kafka cluster via bootstrap.servers AKA broker node addresses.
However, the kafka-topics shell scripts fails to support this interface, still requiring the legacy zookeeper connect string. Could this be updated? -- Cheers, Andrew