[
https://issues.apache.org/jira/browse/CAMEL-12983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrea Cosentino resolved CAMEL-12983.
--------------------------------------
Resolution: Fixed
> 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
> Assignee: Andrea Cosentino
> Priority: Major
> Fix For: 3.0.0, 3.0.0.M5
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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.14#76016)