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 2018/10/20 17:22:52 UTC

[GitHub] patpatpat123 opened a new issue #300: [Question] Setting up a localhost Message Hub package in a localhost environment

patpatpat123 opened a new issue #300: [Question] Setting up a localhost Message Hub package in a localhost environment
URL: https://github.com/apache/incubator-openwhisk-package-kafka/issues/300
 
 
   Hello,
   
   May I ask what is the equivalent of this 
   wsk package bind _/whisk.system/messaging_ myMessageHub -p kafka_brokers_sasl "[\"kafka01-prod01.messagehub.services.us-south.bluemix.net:9093\", \"kafka02-prod01.messagehub.services.us-south.bluemix.net:9093\", \"kafka03-prod01.messagehub.services.us-south.bluemix.net:9093\"]" -p user <your Message Hub user> -p password <your Message Hub password> -p kafka_admin_url https://kafka-admin-prod01.messagehub.services.us-south.bluemix.net:443
   
   stated under Setting up a Message Hub package outside Bluemix
   
   for a localhost based Kafka and OpenWhisk?
   Where can I locate _/whisk.system/messaging_ in a local host environment?
   For the first -p, what would be the equivalent of a plain simple localhost Kafka?  -p kafka_brokers_sasl "[\"localhost:9092\"]" ? 9093?
   For the second -p, (user) if it is a simple localhost Kafka, can this be omitted? 
   Same question for the third -p (password)?
   for the fourth -p, I am not using Bluemix, just starting a local OpenWhisk, what would be the equivalent here for the Kafka admin? https://localhost:443 ? 
   
   (By plain simple Kafka, I mean the Kafka package found in the official site, started with ./zookeeper-server-start.sh ../config/zookeeper.properties
   ./kafka-server-start.sh ../config/server.properties)
   
   Thank you a lot for your help.
   

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