KIP-621 — Deprecate and replace DescribeLogDirsResult.all() and .values()
Accepted Kafka 2.7 Admin
Replaces `DescribeLogDirsResult`'s use of `DescribeLogDirsResponse.LogDirInfo` (an internal package class) with new public `LogDirDescription` and `ReplicaInfo` classes in the public API. The `org.apache.kafka.common.requests` package is not a public API contract, but `LogDirInfo` leaked into the public `AdminClient` return types, making the Javadoc non-functional and the class subject to breaking changes.
Protocol Impact
AlterReplicaLogDirs · DescribeLogDirs
Details
| Author | Tom Bentley |
| Status | Accepted |
| Kafka Version | 2.7 |
| JIRA | KAFKA-10120 |
| Wiki | View on Apache Wiki |
| Created | 2020-06-08 |
| Last Modified | 2020-07-14 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.