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

Provide replacement for kafka.admin.AdminUtils #507

Closed
CAFxX opened this issue Aug 12, 2015 · 2 comments
Closed

Provide replacement for kafka.admin.AdminUtils #507

CAFxX opened this issue Aug 12, 2015 · 2 comments

Comments

@CAFxX
Copy link

CAFxX commented Aug 12, 2015

Being able to programmatically perform some admin operations would be very useful.
https://apache.googlesource.com/kafka/+/trunk/core/src/main/scala/kafka/admin/AdminUtils.scala

@wvanbergen
Copy link
Contributor

Are these operations standardized and/or documented? Do they require interaction with Zookeeper?

If it requires interaction with Zookeeper, which it looks like browsing the source code, it may be better to put them in https://github.com/wvanbergen/kazoo-go. Sarama currently does not interact with Zookeeper at all, and that is probably going to stay that way.

@eapache
Copy link
Contributor

eapache commented Aug 12, 2015

They are things like reassigning partitions and changing topic config, so they require zookeeper. Sarama does not speak zookeeper so they would be a better fit for https://github.com/wvanbergen/kazoo-go I think

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

3 participants