Re: Pull big size HTTP responses.

2016-12-12 Thread Jeremy Farbota
Pablo, IIRC, Joe Witt commented on this topic a while back. The data is never transferred the way you describe unless you configure it to do so very intentionally. The data is streamed into partitions. On Mon, Dec 12, 2016 at 3:19 PM, Pablo Lopez wrote: > Hi, > >

Pull big size HTTP responses.

2016-12-12 Thread Pablo Lopez
Hi, We have a requirement to send HTTPs requests to an Application Server which will give use back a very big size as a response back (~200 MB) which include HTTP attachments. Basically to download big files. My question is, would NiFi try to put the whole content of the response in memory