From e15f7d00007c372006e7fac77f7c564ed0b4d74d Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Fri, 9 Mar 2018 15:09:29 -0500 Subject: Do not validate api_version against known versions --- kafka/consumer/group.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kafka/consumer/group.py') 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' -- cgit v1.2.1