You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/10/11 04:34:12 UTC

[GitHub] [openwhisk] selfxp commented on a change in pull request #4680: Enable Standalone User Event Dev mode

selfxp commented on a change in pull request #4680: Enable Standalone User Event Dev mode
URL: https://github.com/apache/openwhisk/pull/4680#discussion_r333822642
 
 

 ##########
 File path: core/standalone/README.md
 ##########
 @@ -93,23 +93,28 @@ $ java -jar openwhisk-standalone.jar -h
   -d, --data-dir  <arg>            Directory used for storage
       --dev-kcf                    Enables KubernetesContainerFactory for local
                                    development
-      --dev-mode                   Developer mode speeds up the startup by
-                                   disabling preflight checks and avoiding
-                                   explicit pulls.
-      --disable-color-logging      Disables colored logging
-      --kafka-docker-port  <arg>   Kafka port for use by docker based services.
-                                   If not specified then 9091 or some random
-                                   free port (if 9091 is busy) would be used
-      --kafka-port  <arg>          Kafka port. If not specified then 9092 or
-                                   some random free port (if 9092 is busy) would
-                                   be used
-  -p, --port  <arg>                Server port
+      --dev-mode                      Developer mode speeds up the startup by
+                                      disabling preflight checks and avoiding
+                                      explicit pulls.
+      --dev-user-events-port  <arg>   Specify the port for the user-event
 
 Review comment:
   Would it make sense to have <arg> optional and default to 9095? If user-events is run with an IDE, it will start on this port by default. 

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


With regards,
Apache Git Services