Skip to content

Commit 1b6c9c7

Browse files
authored
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"
1 parent f854791 commit 1b6c9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/consumer/group.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ class KafkaConsumer(six.Iterator):
245245
246246
Note:
247247
Configuration parameters are described in more detail at
248-
https://kafka.apache.org/documentation/#newconsumerconfigs
248+
https://kafka.apache.org/documentation/#consumerconfigs
249249
"""
250250
DEFAULT_CONFIG = {
251251
'bootstrap_servers': 'localhost',

0 commit comments

Comments
 (0)