stupidusername commented on issue #5325: Pulsar on k8s: broker start failure 
when set functionsWorkerEnabled=true
URL: https://github.com/apache/pulsar/issues/5325#issuecomment-544802423
 
 
   This may be the solution...
   
   - If you are starting from fresh you need to make sure to configure 
`PF_pulsarFunctionsCluster` right before deploying the worker.
   
   - If you already started the worker with a wrong configuration, you can try 
this out:
   
       ```bash
       $ bin/pulsar-admin namespaces set-clusters --cluster=<cluster> 
public/functions
       ```
   
       And then redeploy the worker with a fixed configuration.
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to