summaryrefslogtreecommitdiff
path: root/kafka/consumer/group.py
diff options
context:
space:
mode:
Diffstat (limited to 'kafka/consumer/group.py')
-rw-r--r--kafka/consumer/group.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/kafka/consumer/group.py b/kafka/consumer/group.py
index f6f1a67..0d9e952 100644
--- a/kafka/consumer/group.py
+++ b/kafka/consumer/group.py
@@ -208,8 +208,7 @@ class KafkaConsumer(six.Iterator):
(0, 8, 0) enables basic functionality but requires manual
partition assignment and offset management.
- For the full list of supported versions, see
- KafkaClient.API_VERSIONS. Default: None
+ Default: None
api_version_auto_timeout_ms (int): number of milliseconds to throw a
timeout exception from the constructor when checking the broker
api version. Only applies if api_version set to 'auto'