You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: