gruselglatz commented on pull request #4353:
URL: https://github.com/apache/nifi/pull/4353#issuecomment-881938357


   IDK if this is a fix for you, but we changed every connection for RPGs to 
RAW, which gave us a better performance, less CPU overhead and when large 
flowfiles being sent, the input won't get stuck anymore.
   
   When you need HTTP as protocol, put a split record or something which can 
split your flowfile into smaller bits in front of your RPG output. IDK what the 
correct max size is, but we saw constant stucks for files bigger then 10 MB 
sometimes 50 MB and 100 MB....
   
   I hope it helps a little bit?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to