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

Disable spare connections #342

Closed dubee closed 5 years ago

dubee commented 5 years ago

There's a bug in version 1.0.0 of librdkafka that can cause a consumer to not recover in a timely manner when a non-group coordinator connection is lost. As a work around, disable the spare connections feature until the fix has been officially released. The spare connection feature is new to version 1.0.0 of the client, so was not being used previously anyway.

More info here: https://github.com/edenhill/librdkafka/issues/2266