Skip to content

Kafka cluster not created after zookeeper pods started #6350

Answered by scholzj
gabriel-farache asked this question in Q&A
Discussion options

You must be logged in to vote
  1. It is not recommended to have multiple Kafka clusters in the same namespace. And if you want to do it, you should disable the Topic Operator on one of them. (this is not the cause of your issue => just saying).
  2. From the error in the operator, it looks like the ZooKeeper cluster either didn't formed or the operator cannot connect to it. You can check two things:
  • Exec into the ZooKeeper pod, use the bin/zookeeepr-shell.sh script to connect to localhost:12181 and try what the config command returns to you.
  • Exec into the operator pod and see if you can connect to the ZooKeeper on network level => maybe it is some networking issue?

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@gabriel-farache
Comment options

@scholzj
Comment options

@gabriel-farache
Comment options

@scholzj
Comment options

@gabriel-farache
Comment options

Answer selected by gabriel-farache
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