KIP-638 — Deprecate DescribeLogDirsResponse.[LogDirInfo, ReplicaInfo]
Discarded Admin
Deprecates the `DescribeLogDirsResponse.LogDirInfo` and `ReplicaInfo` classes from the internal `requests` package that were incorrectly exposed through the public `AdminClient` API. Without this fix, users of `AdminClient.describeLogDirs()` are forced to import internal classes with no Javadoc, and the broker is unable to evolve these internal types without breaking user code.
Protocol Impact
Details
| Author | Dongjin Lee |
| Status | Discarded |
| JIRA | KAFKA-8794 |
| Wiki | View on Apache Wiki |
| Created | 2020-07-04 |
| Last Modified | 2020-07-08 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.