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

Fix consumer dead state bug #364

Closed dubee closed 4 years ago

dubee commented 4 years ago

When an existing consumer is deleted and then quickly recreated, that consumer will get stuck in a dead state. This can happen when using wskdeploy with a manifest that undeploys triggers and then immediately recreates those triggers quickly.