You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/04/29 02:52:13 UTC

[GitHub] [pulsar] laxpio opened a new issue #6839: command "pulsar-admin functions list" unavailable in run function-worker separately

laxpio opened a new issue #6839:
URL: https://github.com/apache/pulsar/issues/6839


   **Describe the bug**
   run function-worker separately, pulsar-admin functions list cmd unavailable
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. run function-worker separately
   2. run pulsar-admin functions list cmd, get functions list
   3. return result "Reason: HTTP 503 Service Unavailable"
   4. set --admin-url as functions-work ip:port
   5. after run cmd,return result "Reason: HTTP 404 Not Found"
   
   **Expected behavior**
   broker.conf set functionsWorkerEnabled=false
   
   Pulsar Version:2.4.1
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] laxpio commented on issue #6839: command "pulsar-admin functions list" unavailable in run function-worker separately

Posted by GitBox <gi...@apache.org>.
laxpio commented on issue #6839:
URL: https://github.com/apache/pulsar/issues/6839#issuecomment-621177254


   fix it, because org.apache.pulsar.functions.worker.rest.api.v3.FunctionsApiV3Resource.java miss listFunctions function.
   add the listFunctions to support cmd "functions list".


----------------------------------------------------------------
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:
users@infra.apache.org