-
Notifications
You must be signed in to change notification settings - Fork 590
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
Replace AdminZkClient with AdminClient #1415
Comments
@Lincong can I take this one on? Or did you mean to assign it to yourself? |
Hi Jacob, I am glad that you want to take on this issue, and of course, you can. Just want to share some of my opinions regarding the implementation to resolve this issue.
Let me know if you have any questions or have any things you want to discuss with me while you are implementing it. Thanks! |
Will do. Thank you for the info. |
@JacobHell Did you manage to complete this work? |
@tomncooper no, it can be reassigned. Apologies. |
I would be happy to give this issue a try, if no one else is working on it currently? |
Thanks for working on this @tomncooper -- I reassigned the issue to you. |
@tomncooper After #1644 is merged, the only key remaining item will be the use of |
Hi @efeg, yes I will take that on. |
Question to confirm my understanding of this work. Once complete, this will remove the need to configure ZK access. If so, great! |
This issue seems to be fixed, ref. https://github.com/linkedin/cruise-control/wiki/Run-without-ZooKeeper. Close issue? |
Motivations:
AdminZkClient
gets information from Zookeeper which will be removed from Kafka as a dependency (KIP-500).Java doc of
AdminZkClient
class saysThis is an internal class and no compatibility guarantees are provided, see org.apache.kafka.clients.admin.AdminClient for publicly supported APIs.
The text was updated successfully, but these errors were encountered: