diff options
Diffstat (limited to 'kafka/common.py')
-rw-r--r-- | kafka/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/common.py b/kafka/common.py index 583bb32..70d67b4 100644 --- a/kafka/common.py +++ b/kafka/common.py @@ -60,7 +60,7 @@ ErrorStrings = { 7 : 'REQUEST_TIMED_OUT', 8 : 'BROKER_NOT_AVAILABLE', 9 : 'REPLICA_NOT_AVAILABLE', - 10 : 'MESSAGE_SIZE_TO_LARGE', + 10 : 'MESSAGE_SIZE_TOO_LARGE', 11 : 'STALE_CONTROLLER_EPOCH', 12 : 'OFFSET_METADATA_TOO_LARGE', } |