Im using MergeContent processor in Nifi to merge two Flowfiles into one big JSON Object, what I have done so far is the following :
So my merge content is done using a UUID attribute
My problem is this dataflow sometimes give me only one of the two flowfiles and another problem is how can I be sure that my flowfile of mergeContent is in a fixed order.

