Skip to content

Commit fb87a35

Browse files
authored
Update link to upstream Kafka docs
the new consumer is now the standard consumer, so they dropped the `new_` from the anchor
1 parent 279a7dd commit fb87a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/consumer/group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ def metrics(self, raw=False):
918918
"""Get metrics on consumer performance.
919919
920920
This is ported from the Java Consumer, for details see:
921-
https://kafka.apache.org/documentation/#new_consumer_monitoring
921+
https://kafka.apache.org/documentation/#consumer_monitoring
922922
923923
Warning:
924924
This is an unstable interface. It may change in future

0 commit comments

Comments
 (0)