confluent-kafka-python
confluent-kafka-python copied to clipboard
Describe log dirs partitions size in admin client ?
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.0and1.7.0): - [x] Apache Kafka broker version:
2.6 - [ ] Client configuration:
{...} - [x] Operating system:
Centos7 or Ubuntu 18