Skip to content

Commit

Permalink
Run pulsar-functions as daemon process (apache#1852)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrsakai authored and merlimat committed May 29, 2018
1 parent 1448cd6 commit 087c9a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/pulsar-daemon
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -82,6 +83,9 @@ case $command in
(websocket)
echo "doing $startStop $command ..."
;;
(functions-worker)
echo "doing $startStop $command ..."
;;
(standalone)
echo "doing $startStop $command ..."
;;
Expand Down

0 comments on commit 087c9a2

Please sign in to comment.