lichuan6 opened a new issue #9092:
URL: https://github.com/apache/pulsar/issues/9092


   **Describe the bug**
   
   I have a pulsar cluster deployed in EKS. I was trying to run `functions` or 
`sinks` sub commands, but I got annoying errors.
   
   The commands and errors are:
   
   `functions list`
   ```shell
   export TOKEN="xxxxx" # token generate from Pulsar Admin UI
   bin/pulsar-admin --admin-url http://pulsar-broker.pulsar:8080 --auth-params 
"token:${ADMIN_JWT_TOKEN}" --auth-plugin 
"org.apache.pulsar.client.impl.auth.AuthenticationToken" functions list
   ```
   
   `sinks list`
   ```shell
   export TOKEN="xxxxx" # token generate from Pulsar Admin UI
   bin/pulsar-admin --admin-url http://pulsar-broker.pulsar:8080 --auth-params 
"token:${ADMIN_JWT_TOKEN}" --auth-plugin 
"org.apache.pulsar.client.impl.auth.AuthenticationToken" sinks list
   ```
   error:
   ```
   Function worker service is not done initializing. Please try again in a 
little while.
   
   Reason: HTTP 503 Service Unavailable
   ```
   
   
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to