lhotari commented on issue #566: URL: https://github.com/apache/pulsar-helm-chart/issues/566#issuecomment-2691318289
It looks like the gap is about initializing the cluster metadata automatically. That only happens if you deploy the Zookeeper component. You will need to initialize the cluster metadata manually. Essentially handling this command manually: https://github.com/apache/pulsar-helm-chart/blob/afca5aaf08c02d011f7f8eaadfb19634eab6f6bb/charts/pulsar/templates/pulsar-cluster-initialize.yaml#L123-L139 . by running `./bin/pulsar initialize-cluster-metadata` from a machine that can access the target Zookeeper. -- 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]
