Hi, I have a nifi flow that reads zip files. For each non-zip file it performs some treatment on its content and for each zip file it unzips it and performs the treatment on files in the archive. There is a loop in the flow so if a zip contains a zip, this zip will be reinjected at the beginning of the flow to be processed (and so one). However, when I have several zips in an archive, I experience a deadlock in my loop. Is there a solution to mitigate this issue in Nifi, such as having a back pressure on the first processor of the loop depending on the state on the queues in loop?
Thank you, Aurelien
