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 version 1.2.0 of librdkafka #358

Closed dubee closed 4 years ago

dubee commented 4 years ago

Notable fixes since 1.0.0:

Fix consumer stall when broker connection goes down (issue #2266 introduced in v1.0.0) https://github.com/edenhill/librdkafka/releases/tag/v1.0.1

Consumer: max.poll.interval.ms now correctly handles blocking poll calls, allowing a longer poll timeout than the max poll interval. https://github.com/edenhill/librdkafka/releases/tag/v1.1.0