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

Guard Against Message of NoneType #315

Closed dubee closed 5 years ago

dubee commented 5 years ago

Some producer implementations may allow a null message value. These changes ensure that a message with a value of None in Python is processed properly by the consumer.