[
https://issues.apache.org/jira/browse/NIFI-7509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17140632#comment-17140632
]
ASF subversion and git services commented on NIFI-7509:
-------------------------------------------------------
Commit 0a16002076ad563ce6464c1ecb0440c6caec357b in nifi's branch
refs/heads/master from Mark Payne
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=0a16002 ]
NIFI-7509: Added optional Record Writer property to all List* Processors
Signed-off-by: Pierre Villard <[email protected]>
This closes #4315.
> Add an optional Record Writer to List* Processors
> -------------------------------------------------
>
> Key: NIFI-7509
> URL: https://issues.apache.org/jira/browse/NIFI-7509
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Mark Payne
> Assignee: Mark Payne
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> We often hear from users that they want to know when all files in a directory
> (or a GCS Bucket or AWS bucket, etc.) have finished some sort of processing.
> This is difficult to accomplish with the existing processors. NIFI-7476 makes
> it so that a Process Group is able to process a single FlowFile at a time and
> optionally wait until all FlowFiles have finished processing before
> continuing on.
> However, this still doesn't completely resolve this concern because the List*
> Processors create a single FlowFile per object listed. We need the ability to
> list all entities as a single FlowFile. Using a Record Writer allows us to
> accomplish this.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)