Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin API #118

Open
sir4ur0n opened this issue Jan 10, 2020 · 1 comment
Open

Admin API #118

sir4ur0n opened this issue Jan 10, 2020 · 1 comment

Comments

@sir4ur0n
Copy link
Contributor

Hi,

Apparently the Librdkafka library supports Admin client (e.g. manage topics), would it be possible to support this in HW Kafka Client?

I am aware this must not be a trivial development though 馃槥

@AlexeyRaga
Copy link
Member

Yes, it would be possible!

And, in fact, it looks to be quite a simple task.
There is an old branch admin-client in this repo where I started implementing it and made create and delete topics possible. Adding other functions should not be problematic.

I just rebased this branch in case if you (or anyone) wants to have a look or maybe even take over. It doesn't currently compile because we changed String to Text in a couple of places, but it should be a very easy fix...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants