Skip to content
Discussion options

You must be logged in to vote

ZooKeeper is locked down intentionally. ZooKeeper is hard to secure and it will be soon removed from Kafka. So any tools which still require it might not be future proof. If you really want to access it, the network policies are not the only obstacle because it is also secured by TLS authentication. You can use this project to open it up: https://github.com/scholzj/zoo-entrance (not part of the Strimzi project, use at your own risk as it it completely opens up ZooKeeper without any security.)

As for the changes, you tried to do in the Kafka CR -> please keep in mind that you need to follow the documentation and cannot add you own fields to the custom resources. They will not be used by th…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@berndkuennen
Comment options

@scholzj
Comment options

Answer selected by berndkuennen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants