[
https://issues.apache.org/jira/browse/NIFI-9327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17488995#comment-17488995
]
ASF subversion and git services commented on NIFI-9327:
-------------------------------------------------------
Commit 72e6accc1240f7a4e7e7ee1f658615349e9db0e1 in nifi's branch
refs/heads/main from Lehel
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=72e6acc ]
NIFI-9327: Added timewindow query to QueryNiFiReportingTask and
MetricsEventReportingTask
> QueryNiFi reporting task does not keep track of state
> -----------------------------------------------------
>
> Key: NIFI-9327
> URL: https://issues.apache.org/jira/browse/NIFI-9327
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Lehel Boér
> Assignee: Lehel Boér
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The QueryNiFi reporting task does not keep track of state which is
> problematic. If I've configured my reporting task to run every minute with:
> {code:java}
> SELECT * FROM BULLETINS
> {code}
> Since the bulletins are available for 5 minutes in NiFi, I'll have up to 5
> occurrences of each bulletin sent to whatever sink is configured.
> Some kind of state should be tracked for both provenance data and bulletins.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)