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

Allow to get metadata from kafka

Open blindspotbounty opened this issue 2 years ago • 0 comments

Sometimes it is required to know topics registered on broker and number of partitions, replicas per topic.

librdkafka has method rd_kafka_metadata(...) to provide such information. Would be nice to be able to get it through swift-kafka-client.

Probably, that should be a part of Admin API that is not yet implemented.

blindspotbounty avatar Dec 04 '23 13:12 blindspotbounty