ganeshkalyank opened a new pull request, #671: URL: https://github.com/apache/pulsar-helm-chart/pull/671
Fixes #670 ### Motivation When using a multi-URL configuration store (e.g., zk1:2181,zk2:2181), the wait-zk-cs-ready init container fails because nslookup cannot resolve comma-separated hostnames. This causes initialization to time out even when ZooKeeper is already accessible. ### Modifications Replaced nslookup with bin/pulsar zookeeper-shell -server <configurationStore> ls /, which supports the full ZooKeeper connection string including multi-URL formats. ### Verifying this change - [ ] Make sure that the change passes the CI checks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
