swift-kafka-client icon indicating copy to clipboard operation
swift-kafka-client copied to clipboard

Make a Kafka Cluster's meta data accessible

Open felixschlegel opened this issue 2 years ago • 1 comments

Idea

Create a dedicated MetaData type that enables users to:

  • get all partitions for a topic

Note: This is a discovery task that might be extended or abolished in the future.

felixschlegel avatar Sep 23 '22 13:09 felixschlegel

As well as portions it would be nice to have access to entire metadata information, like:

  • available brokers (host / port)
  • leadership information
  • replicase information
  • count in sync replicas

mr-swifter avatar Jun 29 '23 11:06 mr-swifter