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

Remove dependency on ZooKeeper #31

Closed
ekoutanov opened this issue Sep 26, 2019 · 0 comments · Fixed by #32
Closed

Remove dependency on ZooKeeper #31

ekoutanov opened this issue Sep 26, 2019 · 0 comments · Fixed by #32

Comments

@ekoutanov
Copy link
Member

By and large, the information we currently obtain from ZooKeeper can be had from the Kafka Admin API, sans a few attributes that are of little relevance (e.g. broker start time). There shouldn't be a compelling reason left to use ZK. Furthermore, some managed Kafka services disallow direct access to ZK for security reasons.

Once removed, also remove the ZooKeeper and Curator libraries.

Deprecate the zookeeper.connect property, printing a warning when it is used. (Eventually to be removed altogether.)

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.

1 participant