Page MenuHomePhabricator

Fix consumer.disconnect() node-rdkafka bug
Closed, DeclinedPublic13 Estimated Story Points

Description

https://github.com/Blizzard/node-rdkafka/issues/5 will need to be fixed before we deploy event streams using node-rdkafka to production.

This bug manifests itself after calling consumer.disconnect(). The consumer instances will hang because of lingering rdkakfa objects hanging around and not being freed.

Event Timeline

Nuria set the point value for this task to 13.Oct 13 2016, 3:46 PM
Nuria edited projects, added Analytics-Kanban; removed Analytics.

This was fixed upstream, yeehaw! We'll need to wait until they release a new version to use it for deployment, but ja.