bjustin-ibm commented on issue #210: How to use message feed
URL: 
https://github.com/apache/incubator-openwhisk-package-kafka/issues/210#issuecomment-322752518
 
 
   @zhy989 No, the kafkaFeedProvider image does not contain a Kafka server. 
However, the OpenWhisk core system does use one. This is the one from which you 
managed to list topics (e.g. "health", "completed").  I highly recommend you do 
_not_ use this kafka for anything, and let it stay dedicated to the needs of 
the OpenWhisk core system.  Instead I suggest you set up your own separate 
kafka server.
   
   Also, please remember that "localhost" only resolves relative to the 
environment where the action runs. As such, when the feed action runs in a 
docker container, "localhost" very likely does not resolve to the IP address 
you think it does. It is always best to use specific IP addresses (that are not 
127.0.0.1).
 
----------------------------------------------------------------
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

Reply via email to