csantanapr commented on issue #220: Feed Management Enhancements : READ and 
UPDATE lifecycleEvent
URL: 
https://github.com/apache/incubator-openwhisk-package-kafka/issues/220#issuecomment-344625764
 
 
   It's definitely `user` here in MessageHubFeedWeb Action 
https://github.com/apache/incubator-openwhisk-package-kafka/blob/master/action/messageHubFeedWeb.js#L145
   
   But stored as `username` in db, so we need the get to change to `user` in 
the way out
   
https://github.com/apache/incubator-openwhisk-package-kafka/blob/master/action/messageHubFeedWeb.js#L84-L86
   it is
   ```
                               kafka_brokers_sasl: triggerDoc.brokers,
                               user: triggerDoc.username,
   ```
   it should be
   ```
                               brokers: triggerDoc.brokers,
                               username: triggerDoc.username,
   ```

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