zhy989 commented on issue #210: How to use message feed
URL: 
https://github.com/apache/incubator-openwhisk-package-kafka/issues/210#issuecomment-320191488
 
 
   - wsk trigger create MyMessageHubTrigger -f 
/whisk.system/messaging/messageHubFeed -p topic mytopic -i
   ok: invoked /whisk.system/messaging/messageHubFeed with id 
69c08183c6c74241ba96c4ff6512f549
   {
       "activationId": "69c08183c6c74241ba96c4ff6512f549",
       "annotations": [
           {
               "key": "limits",
               "value": {
                   "logs": 10,
                   "memory": 256,
                   "timeout": 60000
               }
           },
           {
               "key": "path",
               "value": "whisk.system/messaging/messageHubFeed"
           }
       ],
       "duration": 2354,
       "end": 1501835456247,
       "logs": [],
       "name": "messageHubFeed",
       "namespace": "whisk.system",
       "publish": false,
       "response": {
           "result": {
               "error": {}
           },
           "status": "application error",
           "success": false
       },
       "start": 1501835453893,
       "subject": "whisk.system",
       "version": "0.0.1"
   }
   ok: invoked /whisk.system/messaging/messageHubFeed with id 
dcb2451ba38848dd98e1d3edfce3e9aa
   {
       "activationId": "dcb2451ba38848dd98e1d3edfce3e9aa",
       "annotations": [
           {
               "key": "limits",
               "value": {
                   "logs": 10,
                   "memory": 256,
                   "timeout": 60000
               }
           },
           {
               "key": "path",
               "value": "whisk.system/messaging/messageHubFeed"
           }
       ],
       "duration": 17,
       "end": 1501835456401,
       "logs": [],
       "name": "messageHubFeed",
       "namespace": "whisk.system",
       "publish": false,
       "response": {
           "result": {
               "error": {}
           },
           "status": "application error",
           "success": false
       },
       "start": 1501835456384,
       "subject": "whisk.system",
       "version": "0.0.1"
   }
   **ok: deleted trigger MyMessageHubTrigger**
   Run 'wsk --help' for usage.
   
   I can not create trigger  MyMessageHubTrigger successfully.
   
   
 
----------------------------------------------------------------
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