[
https://issues.apache.org/jira/browse/NIFI-14896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18020412#comment-18020412
]
ASF subversion and git services commented on NIFI-14896:
--------------------------------------------------------
Commit 004e1bb262b67d658baa36178810acb6bc2e0896 in nifi's branch
refs/heads/main from markobean
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=004e1bb262 ]
NIFI-14896 Updated ListenHTTP FlowFileV3 Source System Identifier Handling
(#10296)
- Record FFv3 package FlowFile in the RECEIVE provenance event as Source
FlowFile identifier rather than the UUIDs of the internal FlowFiles
Signed-off-by: David Handermann <[email protected]>
> Provide more accurate Provenance events in ListenHTTP
> -----------------------------------------------------
>
> Key: NIFI-14896
> URL: https://issues.apache.org/jira/browse/NIFI-14896
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Mark Bean
> Assignee: Mark Bean
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> ListenHTTP will automatically unpack a received packaged FlowFile. The result
> is one or many FlowFiles will be created based on the package contents. For
> example, if the received packaged FlowFile contains two FlowFiles within it,
> two FlowFiles will be created by ListenHTTP.
> Currently, ListenHTTP generates a RECEIVE event for each of the created
> FlowFiles. This is incorrect as it removes the association of the child
> FlowFiles to the original FlowFile package (parent). In the case described
> above, it should generate a single RECEIVE event for the packaged FlowFile
> and an additional FORK event for the unpacked FlowFiles contained within the
> package.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)