[ 
https://issues.apache.org/jira/browse/NIFI-15545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lukas Kucharski updated NIFI-15545:
-----------------------------------
    Description: 
We want to report lag-related metrics from the 
{code:java}
org.apache.nifi.kafka.processors.ConsumeKafka
{code}
To do this, we will add
{code:java}
org.apache.nifi.kafka.service.api.consumer.KafkaConsumerService#currentLag
{code}
 

  was:
We want to report lag-related metrics from the 
{code:java}
org.apache.nifi.kafka.processors.ConsumeKafka
{code}
To do this, we will modify
{code:java}
org.apache.nifi.kafka.service.api.consumer.KafkaConsumerService#getPartitionStates()
{code}
to return additional information obtained from the KafkaConsumer implementation 
(currentLag). 
 


> Extend KafkaConsumerService to return partition lag information
> ---------------------------------------------------------------
>
>                 Key: NIFI-15545
>                 URL: https://issues.apache.org/jira/browse/NIFI-15545
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Extensions
>            Reporter: Lukas Kucharski
>            Assignee: Lukas Kucharski
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> We want to report lag-related metrics from the 
> {code:java}
> org.apache.nifi.kafka.processors.ConsumeKafka
> {code}
> To do this, we will add
> {code:java}
> org.apache.nifi.kafka.service.api.consumer.KafkaConsumerService#currentLag
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to