[
https://issues.apache.org/jira/browse/NIFI-15563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18061480#comment-18061480
]
ASF subversion and git services commented on NIFI-15563:
--------------------------------------------------------
Commit b43be1d0e462ead0c593d65c1a15107fb70e3ae0 in nifi's branch
refs/heads/main from Lukas Kucharski
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=b43be1d0e4 ]
NIFI-15563 Added Current Lag gauge recording to ConsumeKafka
This closes #10880
Signed-off-by: David Handermann <[email protected]>
> Report LAG in records from ConsumeKafka processor
> -------------------------------------------------
>
> Key: NIFI-15563
> URL: https://issues.apache.org/jira/browse/NIFI-15563
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Lukas Kucharski
> Assignee: Lukas Kucharski
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> We want to report LAG metrics from the ConsumeKafka processor. For this,
> recently added
> {code:java}
> KafkaConsumerService#currentLag(TopicPartitionSummary){code}
> needs to be used ( https://issues.apache.org/jira/browse/NIFI-15545). The LAG
> returned by the method will be sent as the telemetry using
> {code:java}
> ProcessSession#recordGauge{code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)