summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2019-05-17 15:14:13 -0700
committerGitHub <noreply@github.com>2019-05-17 15:14:13 -0700
commit1b6c9c76bcf753c4dd28dc2d865d6d43246cf4af (patch)
tree0162abe4a427114559d598407fff05e9a0f76be7
parentf854791b1888dad633c78dfeadd0ea7ebcca1e8f (diff)
downloadkafka-python-1b6c9c76bcf753c4dd28dc2d865d6d43246cf4af.tar.gz
Update link to kafka docs
Now that the old zookeeper consumer has been completely deprecated/removed, these are no longer the "new consumer configs" but rather simply the "consumer configs"
-rw-r--r--kafka/consumer/group.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/consumer/group.py b/kafka/consumer/group.py
index b3e182c..6270407 100644
--- a/kafka/consumer/group.py
+++ b/kafka/consumer/group.py
@@ -245,7 +245,7 @@ class KafkaConsumer(six.Iterator):
Note:
Configuration parameters are described in more detail at
- https://kafka.apache.org/documentation/#newconsumerconfigs
+ https://kafka.apache.org/documentation/#consumerconfigs
"""
DEFAULT_CONFIG = {
'bootstrap_servers': 'localhost',