Blizzard / Blizzard/node-rdkafka

Add getMetadata to the AdminClient

Open
#674 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
2.2k
Forks
403
PR merge metrics
No merged PRs in 30d

Description

It seems like `getMetadata` should be available on the AdminClient. It would simplify managing topics from one client instance. The only other option is to spin up a producer or consumer client and use it's getMetadata method ( or the `connect` callback ) to see what topics exist , which seems to be a bit of a hack. I know the Go client has an AdminClient.getMetadata method. It would be nice to have it here too.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.