Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Current state: Under Discussion

Discussion thread: https://www.mail-archive.com/dev@kafka.apache.org/msg70723.html TBD

JIRA: TDB

Motivation

The AdminClient introduced by KIP-117 has a method which lists all the topics in the cluster.  However, we currently don't have an efficient way to implement this.  The AdminClient can make a MetadataRequest which will return information about all the topics in the cluster.  However, the request will also return:

...