Hi,
I wanted to ask for some advice on how to solve my issue of how to combine the contents of two zips files into one.
These zips files are ingested from an input folder and can be correlated together based on an id in their filename e.g.
Id_123_output1.zip
Id_123_output2.zip
I don't know how many file are within these zip files until i have unpacked them.
Im using the mergecontent processor with a "max bin age" of 20 minutes and a "correlation attribute" to ensure all the files are merged. Unfortunatly this means that small deliveries of 5 to 10 files still wait 20 minutes to complete.
Is there a better more performant way I can achieve this?
Thanks
K
