This repository was archived by the owner on Mar 24, 2021. It is now read-only.

Description
pykafka's list of Kafka error codes only goes up to 30 as of e7665bf. Kafka v2.5.0 has 88 error codes. When an unknown error code is hit, pykafka raises a KeyError exception, which is confusing.
This seems straightforward to fix, but I want to make sure that updating the error codes is desired.