dubeejw commented on a change in pull request #186: automatically monitor and 
restore the health of the DB changes feed
URL: 
https://github.com/apache/incubator-openwhisk-package-kafka/pull/186#discussion_r124052520
 
 

 ##########
 File path: action/lib/common.js
 ##########
 @@ -95,8 +95,10 @@ function createTrigger(endpoint, params, actionName) {
 
     return request(options)
         .then(response => {
-            // do not pass the response back to the caller, its contents are 
secret
-            return;
+            console.log(`response ${JSON.stringify(response, null, 2)}`)
+            return {
+                uuid: response
 
 Review comment:
   ? 
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to