rabbah commented on a change in pull request #4628: Embedded Kafka support in 
OpenWhisk Standalone mode
URL: https://github.com/apache/openwhisk/pull/4628#discussion_r326433077
 
 

 ##########
 File path: core/standalone/README.md
 ##########
 @@ -204,7 +219,35 @@ Api Gateway mode can be enabled via `--api-gw` flag. In 
this mode upon launch a
 would be launched on port `3234` (can be changed with `--api-gw-port`). In 
this mode you can make use of the
 [api gateway][4] support.
 
+#### Using Kafka
+
+Standalone OpenWhisk supports launching an [embedded kafka][5]. This mode is 
mostly useful for developers working on OpenWhisk
+implementation itself.
+
+```
+java -jar openwhisk-standalone.jar --kafka
+```
+
+It also supports launching a Kafka UI based on [Kafdrop 3][6] which enables 
seeing the topics created and structure of messages
 
 Review comment:
   `[Kafdrop 3][6]` -> is this supposed to link to two different places, "3" 
and "6"?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to