kafka-go icon indicating copy to clipboard operation
kafka-go copied to clipboard

Support DescribeLogDirs

Open lplazas opened this issue 3 years ago • 2 comments

Describe the solution you would like

Implement support on the admin client to allow to call DescribeLogDirs https://kafka.apache.org/21/javadoc/org/apache/kafka/clients/admin/AdminClient.html#describeLogDirs-java.util.Collection-

Supporting documentation

https://docs.cloudera.com/runtime/7.2.10/kafka-managing/topics/kafka-manage-cli-logdir.html https://kafka.apache.org/25/javadoc/org/apache/kafka/clients/admin/Admin.html

I am not aware of the project structure and any restrictions that may prevent this client from implementing it. In case there aren't any, I'd be willing to give it a go at implementing it.

lplazas avatar Jul 15 '22 12:07 lplazas

Hi @lplazas,

I don't think there's anything restricting us from implementing that functionality.

Thanks for being willing to contribute! We welcome a PR! Here's an example PR for implementing another API function that might be a helpful example https://github.com/segmentio/kafka-go/pull/741

Let me know if you have any questions!

Thanks!

rhansen2 avatar Jul 15 '22 17:07 rhansen2

Hi @lplazas,

Just wanted to check in to see if you had any updates on this issue?

rhansen2 avatar Sep 21 '22 16:09 rhansen2

https://github.com/segmentio/kafka-go/pull/1000

rhansen2 avatar Nov 04 '22 02:11 rhansen2