Hi all,
I've been working with NiFi and observed an issue with the MergeContent processor. After running several experiments, I noticed that regardless of how many FlowFiles I send in, only the first one that enters the processor is included in the merged output. The rest seem to be ignored.
My use case involves merging two FlowFiles and passing them into a custom Python script. However, since only one file is getting through, the processing is incomplete.
I’ve verified that the incoming queue has both FlowFiles and that the processor settings appear standard. Has anyone encountered this?
- Could it be related to Merge Strategy or correlation attribute configuration?
- Are there specific settings required to ensure multiple FlowFiles are merged?
Any guidance or suggestions would be appreciated. Thanks!