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/05/14 20:13:46 UTC

[GitHub] [pulsar] trexinc commented on issue #5947: got HTTP 404 error when running "pulsar-admin functions list" on functions-worker

trexinc commented on issue #5947:
URL: https://github.com/apache/pulsar/issues/5947#issuecomment-628862973


   Same issue for me on 2.5.1:
   ```
   bin/pulsar-admin functions list --tenant internal --namespace classification
   HTTP 404 Not Found
   
   Reason: HTTP 404 Not Found
   ```
   
   but there is a function there:
   
   ```
   bin/pulsar-admin functions get  --tenant internal --namespace classification --name classification_out_router
   {
     "tenant": "internal",
     "namespace": "classification",
     "name": "classification_out_router",
     "className": "classification_out_router.RoutingFunction",
     "inputSpecs": {
       "persistent://internal/classification/out": {
         "isRegexPattern": false
       }
     },
     "processingGuarantees": "ATLEAST_ONCE",
     "retainOrdering": false,
     "userConfig": {},
     "runtime": "PYTHON",
     "autoAck": true,
     "parallelism": 1,
     "resources": {
       "cpu": 1.0,
       "ram": 1073741824,
       "disk": 10737418240
     },
     "cleanupSubscription": true
   }
   ```


----------------------------------------------------------------
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