mimaison commented on code in PR #12248:
URL: https://github.com/apache/kafka/pull/12248#discussion_r892529383
##########
clients/src/main/java/org/apache/kafka/clients/admin/LogDirDescription.java:
##########
@@ -54,11 +64,21 @@ public Map<TopicPartition, ReplicaInfo> replicaInfos() {
return unmodifiableMap(replicaInfos);
}
+ public OptionalLong totalBytes() {
+ return totalBytes;
+ }
+
+ public OptionalLong usableBytes() {
Review Comment:
I've added some details, let me know if it's not what you had in mind
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]