Open csarora opened 6 years ago
Maybe this is a generic zookeeper/kafka troubleshooting case? The zookeeper pod name is different from this repo. Is there a fork with your changes?
No , i do not have a fork, i kept zookeeper as name instead of zoo and both kafka zookeeper deployed in default namespace. can you give me any direction on how can i debug what can i check? as if i have 1 zookeeper kafka able to connect but when multiple it fails,
All I can say then is that I haven't seen an issue like that before. Naming changes may sound cosmetic, but there's a lot that depend on naming.
@csarora check how many client connections ZK is allowing, try setting this to 0 for troubleshooting
Kafka fails with below error when i have more than 1 replica of zookeeper up. Currently I have zookeeper replica as 3 and kafka also 3. Kafka keeps on going in crashloopbackoff. Error below Note * Works fine when one one zookeeper replica is provided in connect. i.e. when only one zookeeper replica.
Please help.