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 2017/11/09 23:44:38 UTC

[GitHub] jberstler commented on issue #221: Unable to create trigger from openwhisk kafka feed that listens to a Generic Kafka instance in a Local ubuntu installation

jberstler commented on issue #221: Unable to create trigger from openwhisk kafka feed that listens to a Generic Kafka instance in a Local ubuntu installation
URL: https://github.com/apache/incubator-openwhisk-package-kafka/issues/221#issuecomment-343328905
 
 
   One thing to note here is that the trigger service runs inside a Docker container and, as such, if your broker list contains "localhost" that will resolve to the Docker container of the trigger service, and not the host machine where you presumably have Kafka running. Instead, you need to use your real IP address (an no, not 127.0.0.1 as that too will resolve to the container). For further clarity, the trigger service does not include a Kafka server.

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


With regards,
Apache Git Services