summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2019-07-11 11:49:56 -0700
committerGitHub <noreply@github.com>2019-07-11 11:49:56 -0700
commitfb87a353d99b3271105d0941f39ee64bf2ab6858 (patch)
treeafbe049b1bdd48dbd1906c62f7cb967c2e825396
parent279a7dd85d5d15f8fffde95e0a2425cb8a2d4fe3 (diff)
downloadkafka-python-fb87a353d99b3271105d0941f39ee64bf2ab6858.tar.gz
Update link to upstream Kafka docs
the new consumer is now the standard consumer, so they dropped the `new_` from the anchor
-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 d504c09..27ed4da 100644
--- a/kafka/consumer/group.py
+++ b/kafka/consumer/group.py
@@ -918,7 +918,7 @@ class KafkaConsumer(six.Iterator):
"""Get metrics on consumer performance.
This is ported from the Java Consumer, for details see:
- https://kafka.apache.org/documentation/#new_consumer_monitoring
+ https://kafka.apache.org/documentation/#consumer_monitoring
Warning:
This is an unstable interface. It may change in future