sfc-gh-lkucharski commented on code in PR #10934:
URL: https://github.com/apache/nifi/pull/10934#discussion_r2852773811
##########
nifi-extension-bundles/nifi-kafka-bundle/nifi-kafka-processors/src/main/java/org/apache/nifi/kafka/processors/ConsumeKafka.java:
##########
@@ -489,6 +492,8 @@ public void onTrigger(final ProcessContext context, final
ProcessSession session
return;
}
+ recordConsumerLagGauges(session, consumerService, offsetTracker);
Review Comment:
NIT: I think better name would be recordConsumerLagMetrics
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]