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 2018/05/29 17:20:44 UTC

[GitHub] merlimat closed pull request #1852: Run pulsar-functions as daemon process

merlimat closed pull request #1852: Run pulsar-functions as daemon process
URL: https://github.com/apache/incubator-pulsar/pull/1852
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/bin/pulsar-daemon b/bin/pulsar-daemon
index 0957413866..8a8735b683 100755
--- a/bin/pulsar-daemon
+++ b/bin/pulsar-daemon
@@ -28,6 +28,7 @@ where command is one of:
     configuration-store Run a configuration-store server
     discovery           Run a discovery server
     websocket           Run a websocket proxy server
+    functions-worker    Run a functions worker server
     standalone          Run a standalone Pulsar service
 
 where argument is one of:
@@ -82,6 +83,9 @@ case $command in
     (websocket)
         echo "doing $startStop $command ..."
         ;;
+    (functions-worker)
+        echo "doing $startStop $command ..."
+        ;;
     (standalone)
         echo "doing $startStop $command ..."
         ;;


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services