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

Additional methods on admin API #111

Open
pthm opened this issue Aug 13, 2018 · 3 comments
Open

Additional methods on admin API #111

pthm opened this issue Aug 13, 2018 · 3 comments

Comments

@pthm
Copy link

pthm commented Aug 13, 2018

Currently the Admin API has the functionality to create topics and adjust topic offsets. It would be nice to also be able to do the following to avoid having to use multiple libraries / clients.

  • Remove topics
  • Update topic partitions
  • Update topic replication factor
@tulios
Copy link
Owner

tulios commented Aug 13, 2018

Hey @pthm, I agree with you. We have been adding features as we need them to avoid unused code. The admin code is quite straightforward, so we can get the features you need quite quickly in there. I will create new issues for the ones you requested and link them in here.

Thanks

@dstelljes
Copy link

It would also be helpful to be able to list partition offsets (earliest, latest, by timestamp). Are there any plans to add that to the Admin API? I'd be happy to work on a PR.

@tulios
Copy link
Owner

tulios commented Sep 1, 2018

@dstelljes, you mean to list topic offsets? Currently, the admin can list consumer groups offsets. The lib probably already have all the infrastructure in place for this feature, can you create a new issue with more details? We can link it back to this one. A PR would be awesome.

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

No branches or pull requests

3 participants