summaryrefslogtreecommitdiff
path: root/kafka/client.py
diff options
context:
space:
mode:
authorZack Dever <zack.dever@rd.io>2015-12-15 16:29:53 -0800
committerZack Dever <zack.dever@rd.io>2015-12-15 16:29:53 -0800
commit799824535ceeb698152a3078f64ecbf6baca9b39 (patch)
treeef6836886073a49b27aadd91b2f142037e2458e0 /kafka/client.py
parent9da5e49331bee811a858373888f8cbcabc3db634 (diff)
downloadkafka-python-799824535ceeb698152a3078f64ecbf6baca9b39.tar.gz
new 0.9 error codes plus descriptions.
reference: https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-ErrorCodes
Diffstat (limited to 'kafka/client.py')
-rw-r--r--kafka/client.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/kafka/client.py b/kafka/client.py
index 02f438a..b09927d 100644
--- a/kafka/client.py
+++ b/kafka/client.py
@@ -103,10 +103,10 @@ class KafkaClient(object):
"""
Returns the coordinator broker for a consumer group.
- ConsumerCoordinatorNotAvailableCode will be raised if the coordinator
+ GroupCoordinatorNotAvailableError will be raised if the coordinator
does not currently exist for the group.
- OffsetsLoadInProgressCode is raised if the coordinator is available
+ GroupLoadInProgressError is raised if the coordinator is available
but is still loading offsets from the internal topic
"""