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’ll 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 · 5 comments · May be fixed by #202
Open

Admin API #118

sir4ur0n opened this issue Jan 10, 2020 · 5 comments · May be fixed by #202

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...

@JoranVanBelle
Copy link

What is the status on the Admin client? Is there somebody looking into this?

@AlexeyRaga
Copy link
Member

Hi, no, not really.
I had a start in the admin-client branch at some point in the past, but didn't end up merging it because I didn't really need it myself.

@JoranVanBelle
Copy link

Too bad, I was looking to start a little project using this library to learn Haskell, but I would need the adminClient for that.

@JoranVanBelle
Copy link

@AlexeyRaga, I will look into the current code and give it a try to implement it myself

@JoranVanBelle JoranVanBelle linked a pull request Dec 18, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

3 participants