The request is transfer flowfile to a remote nifi server in a FIFO queue. I have tried methods below:
via http InvokeHttp -> ListenHttp. I found that there are few requests has been abandoned, and i notice that i can link "retry" to InvokeHttp itself, but i'm not sure whether the flowfile is still at the top of queue or not.
via ftp PutFtp -> GetFtp. On the get side, the files seems not a FIFO order.
Is there any solutions for this? Thanks!