confluentinc / confluentinc/confluent-kafka-python
Describe log dirs partitions size in admin client ?
- Dominant language
- Python
- Stars
- 509
- Forks
- 964
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 14
Description
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`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.