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

Create test for disabling triggers when consumers cannot connect to brokers #237

Closed abaruni closed 2 years ago

abaruni commented 6 years ago

fix was added in https://github.com/apache/incubator-openwhisk-package-kafka/pull/236 to shutdown consumers and disable triggers after 5 failed attempts to connect to brokers. need a test for this