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

Handle cases when authKey does not exist in DB documents #366

Closed dubee closed 4 years ago

dubee commented 4 years ago

Changes were made previously to auth functionality that break old triggers. Related change are here: https://github.com/apache/openwhisk-package-kafka/pull/284/files#diff-e29deed9f02a1fe92d43313f261bc3f2R150. The authKey field was added to the database documents. Triggers that existed in the database previous to this change no longer work.