You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/07/12 03:35:00 UTC

[jira] [Work logged] (CAMEL-12983) camel-netty4-http - Allow direct streaming from big files to file output stream to disk

     [ https://issues.apache.org/jira/browse/CAMEL-12983?focusedWorklogId=275632&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-275632 ]

ASF GitHub Bot logged work on CAMEL-12983:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 12/Jul/19 03:34
            Start Date: 12/Jul/19 03:34
    Worklog Time Spent: 10m 
      Work Description: zhfeng commented on pull request #3037: CAMEL-12983 camel-netty4-http - Allow direct streaming from big files to file output stream to disk
URL: https://github.com/apache/camel/pull/3037
 
 
   https://issues.apache.org/jira/browse/CAMEL-12983
   
   This could be a partial fix of this issue and write the steam into the chunked messages.
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 275632)
            Time Spent: 10m
    Remaining Estimate: 0h

> 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
>            Priority: Major
>          Time Spent: 10m
>  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)