diff options
Diffstat (limited to 'kafka/client.py')
-rw-r--r-- | kafka/client.py | 4 |
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 """ |