From 1b6c9c76bcf753c4dd28dc2d865d6d43246cf4af Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Fri, 17 May 2019 15:14:13 -0700 Subject: 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" --- kafka/consumer/group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.1