Claus Ibsen created CAMEL-12983:
-----------------------------------

             Summary: camel-netty4-http - Allow direct streaming from big files 
to file output stream to disk
                 Key: CAMEL-12983
                 URL: https://issues.apache.org/jira/browse/CAMEL-12983
             Project: Camel
          Issue Type: New Feature
          Components: camel-netty4-http
            Reporter: Claus Ibsen


Netty4 HTTP reads the entire stream into memory using 
io.netty.handler.codec.http.HttpObjectAggregator to build the entire full http 
message. But the resulting message is still a stream based message which is 
readable once.
from:
https://github.com/apache/camel/blob/master/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc

This would mean I can't, using Netty, send big files over HTTP.
Is there something we can do with the Netty component to allow full streaming?

For example for very big files like 1gb files etc.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to