[ 
https://issues.apache.org/jira/browse/NIFI-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16224513#comment-16224513
 ] 

ASF GitHub Bot commented on NIFI-4547:
--------------------------------------

Github user ijokarumawak commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2236#discussion_r147640697
  
    --- Diff: 
nifi-nar-bundles/nifi-site-to-site-reporting-bundle/nifi-site-to-site-reporting-task/src/test/java/org/apache/nifi/reporting/TestSiteToSiteProvenanceReportingTask.java
 ---
    @@ -36,6 +36,7 @@
     import org.apache.nifi.util.MockFlowFile;
     import org.apache.nifi.util.MockPropertyValue;
     import org.junit.Assert;
    +import org.junit.Ignore;
    --- End diff --
    
    This is a leftover when I struggled with making local contrib-check to 
pass. Please remove this import statement. Thanks!


> Add utility to consume Provenance events by different ReportingTasks
> --------------------------------------------------------------------
>
>                 Key: NIFI-4547
>                 URL: https://issues.apache.org/jira/browse/NIFI-4547
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Koji Kawamura
>            Assignee: Koji Kawamura
>
> Currently, each ReportingTasks have to implement its own logic to consume 
> NiFi Provenance events, including filtering by event type or component id, 
> batch size and state management. Those implementation can be error-prone if 
> it's done by each component (such as NIFI-4468).
> It would be better if NiFi has a common utility class to consume Provenance 
> events by different ReportingTasks.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to