apache / openwhisk-package-kafka

Apache OpenWhisk package for communicating with Kafka or Message Hub
https://openwhisk.apache.org/
Apache License 2.0
33 stars 43 forks source link

Update existing trigger feeds on create instead of failing #360

Closed dubee closed 4 years ago

dubee commented 4 years ago

If for some reason a trigger is deleted, but the corresponding feed is not, allow a trigger in the same namespace with the same trigger name to be recreated with the existing feed.

dubee commented 4 years ago

@jasonpet, will definitely need your Node.js expertise on this one.