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

Use latest Kafka client #363

Closed dubee closed 4 years ago

dubee commented 4 years ago

Bump Kafka client version from 1.2.0 to 1.3.0. Release notes can be found here: https://github.com/edenhill/librdkafka/releases.

Use isolation.level of read_uncommitted to restore previous consumer read behavior prior to 1.2.0, ie disable transaction consumer.