I can be updated once the Kafka AdminAPI is available and does everything
over the Kafka wire protocol that the current kafka-topics command does by
talking directly with zookeeper. For example create a topic or delete a
topic. Unfortunately is has to remain this way for just a little while
longer.

-hans

/**
 * Hans Jespersen, Principal Systems Engineer, Confluent Inc.
 * h...@confluent.io (650)924-2670
 */

On Fri, Mar 17, 2017 at 1:20 PM, Andrew Pennebaker <
andrew.penneba...@gmail.com> wrote:

> 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
>

Reply via email to