From fb87a353d99b3271105d0941f39ee64bf2ab6858 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Thu, 11 Jul 2019 11:49:56 -0700 Subject: Update link to upstream Kafka docs the new consumer is now the standard consumer, so they dropped the `new_` from the anchor --- 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 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 -- cgit v1.2.1