Mark Bean created NIFI-14896:
--------------------------------
Summary: 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
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. 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)