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/29 06:09:37 UTC

[GitHub] patpatpat123 commented on issue #302: [Issue] The supplied authentication is not authorized to access 'whisk.system/messaging'.

patpatpat123 commented on issue #302: [Issue] The supplied authentication is not authorized to access 'whisk.system/messaging'.
URL: https://github.com/apache/incubator-openwhisk-package-kafka/issues/302#issuecomment-433798242
 
 
   Hello,
   
   To follow up, I am currently facing this issue: 
   wsk -i trigger create MyKafkaTrigger -f /whisk.system/messaging/**kafkaFeed** -p brokers "[\"localhost:9092\"]" -p topic mytopic -p isJSONData true
   ok: deleted trigger MyKafkaTrigger
   error: Unable to create trigger 'MyKafkaTrigger': Unable to configure feed '/whisk.system/messaging/kafkaFeed': The requested resource does not exist. (code ALQiXMmsge9APwcDYqdyt2epITdFh2yP)
   
   Hence, I went to check about this kafkaFeed, and rightfully said, it is not here:
   ~/incubator-openwhisk-devtools/docker-compose$ wsk -i package get --summary /whisk.system/messaging
   package /whisk.system/messaging: Returns a result based on parameters bluemixServiceName, endpoint, isBinaryKey, isBinaryValue, isJSONData, kafka_admin_url, kafka_brokers_sasl, password, topic and user
      (parameters: *bluemixServiceName, *endpoint, isBinaryKey, isBinaryValue, isJSONData, kafka_admin_url, kafka_brokers_sasl, password, topic, user)
    action /whisk.system/messaging/**messageHubProduce**: Deprecated - Produce a message to Message Hub
      (parameters: base64DecodeKey, base64DecodeValue, kafka_brokers_sasl, key, password, topic, user, value)
    feed   /whisk.system/messaging/**messageHubFeed**: Feed to list to Message Hub messages
      (parameters: endpoint, isBinaryKey, isBinaryValue, isJSONData, kafka_admin_url, kafka_brokers_sasl, password, topic, user)
   
   The guide did not mentioned anything about creating this "kafkaFeed". May I ask in which step this is done please?
   
   Thank you

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