confluent-kafka-python icon indicating copy to clipboard operation
confluent-kafka-python copied to clipboard

Describe log dirs partitions size in admin client ?

Open Courouge opened this issue 4 years ago • 1 comments

Description

I use AdminClient in confluent-kafka-python and I would like to find a way to get "the size of topics partitions on disk by broker" in python ? I know it is possible in java client (natif kafka client) with DescribeLogDirsResult and DescribeReplicaLogDirsResult. Will this be possible in the future in this lib?

Checklist

Please provide the following information:

  • [x] confluent-kafka-python and librdkafka version (1.7.0 and 1.7.0):
  • [x] Apache Kafka broker version: 2.6
  • [ ] Client configuration: {...}
  • [x] Operating system: Centos7 or Ubuntu 18

Courouge avatar Aug 06 '21 13:08 Courouge