Lee Dongjin created KAFKA-8794:
----------------------------------
Summary: Provide Javadoc on DescribeLogDirsResult
Key: KAFKA-8794
URL: https://issues.apache.org/jira/browse/KAFKA-8794
Project: Kafka
Issue Type: Improvement
Components: documentation
Reporter: Lee Dongjin
Assignee: Lee Dongjin
As of 2.3.0, DescribeLogDirsResult returned by
AdminClient#describeLogDirs(Collection) is exposing the internal data
structure, DescribeLogDirsResponse.LogDirInfo. By doing so, its Javadoc
provides no documentation on it. Its imparity is clear when comparing with
DescribeReplicaLogDirsResult, returned by
AdminClient#describeReplicaLogDirs(Collection).
To resolve this, org.apache.kafka.clients.admin.DescribeLogDirsResult should
provide [LogDirInfo, ReplicaInfo] as its internal class, like
DescribeReplicaLogDirsResult.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)