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

Upgrade Provider from Python 2 to 3 #362

Closed dubee closed 4 years ago

dubee commented 4 years ago

Python 2 will reach end of life soon and Python 2 packages will be removed PIP eventually.

Integration tests pass, but encoding needs to be double checked. Python 3 encoding behaves differently. Suspecting problems when bytes are produced into Kafka and isJSONData == true.

Do not merge. Will notify the dev list.

dubee commented 4 years ago

@steven0711dong