conduktor.io ↗

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

AuthorTom Bentley
StatusAccepted
Kafka Version2.7
JIRAKAFKA-10120
WikiView on Apache Wiki
Created2020-06-08
Last Modified2020-07-14
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.