You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/07/17 18:14:37 UTC

[GitHub] [nifi] gruselglatz commented on pull request #4353: NIFI-7566: Avoid using Thread.sleep() to wait for Site-to-Site connec…

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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org