Lehel Boér created NIFI-9327:
--------------------------------
Summary: 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
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.3.4#803005)