You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.
Sarama Version: 1.21.0
Kafka Version: 1.0.0
Go Version: 1.12
Problem Description
I would like to be able to get the Log Size for each partition in a specific topic/broker.
I even don't know if the Kafka API offer that info other than the JMX endpoint.
Query the information of all log directories on the given set of brokers This is a convenience method for #describeLogDirs(Collection, DescribeLogDirsOptions) with default options. See the overload for more details. This operation is supported by brokers with version 1.0.0 or higher.
Any solution to get this information using Sarama ?
Thanks
The text was updated successfully, but these errors were encountered:
Versions
Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.
Sarama Version: 1.21.0
Kafka Version: 1.0.0
Go Version: 1.12
Problem Description
I would like to be able to get the Log Size for each partition in a specific topic/broker.
I even don't know if the Kafka API offer that info other than the JMX endpoint.
I see a
AdminClient.describeLogDirs
API call on the Java side at https://kafka.apache.org/21/javadoc/org/apache/kafka/clients/admin/DescribeLogDirsResult.html but not sure of what it contains.Any solution to get this information using Sarama ?
Thanks
The text was updated successfully, but these errors were encountered: