You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by Carlos Santana <cs...@gmail.com> on 2017/11/07 17:01:21 UTC

OpenWhisk feed trigger READ

Hi
  I'm working with some contributors in my team to be allow an user to
retrieve the configuration and status for feed triggers.

The problem is that users after creating a feed like alarm/cron they forget
what they configured the cron syntax, or the topic name for the kafka feed.
Also in the case that feed is disabled/paused it would be good to retrieve
the status of the feed.

Here is an issue I created describing the problem and solution for kafka,
but should be same approach for alarm and cloudant/couchdb
https://github.com/apache/incubator-openwhisk-package-kafka/issues/220

--Carlos