This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 087c9a2 Run pulsar-functions as daemon process (#1852)
087c9a2 is described below
commit 087c9a22772500c777a729f1496a461692667b6c
Author: hrsakai <[email protected]>
AuthorDate: Wed May 30 02:20:42 2018 +0900
Run pulsar-functions as daemon process (#1852)
---
bin/pulsar-daemon | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/bin/pulsar-daemon b/bin/pulsar-daemon
index 0957413..8a8735b 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 ..."
;;
--
To stop receiving notification emails like this one, please contact
[email protected].