bjustin-ibm commented on issue #210: How to use message feed URL: https://github.com/apache/incubator-openwhisk-package-kafka/issues/210#issuecomment-320637022 Ah ok... the most likely problem is that `localhost` does not resolve to what you think it does. Keep in mind that actions run inside docker containers, and name resolution for things like `localhost` and `127.0.0.1` get a little tricky. I suggest that instead of using `localhost` as your `edgehost` and `apihost` argument values when installing the actions, you use a real IP address that can be used for cross-container communication: https://github.com/bjustin-ibm/openwhisk-package-kafka/blob/5f9c08daa845b7c376f236e6cc8ede9a32243138/devGuide.md#install-actions ---------------------------------------------------------------- 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: us...@infra.apache.org
With regards, Apache Git Services