[
https://issues.apache.org/activemq/browse/CAMEL-876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45561#action_45561
]
Gert Vanthienen commented on CAMEL-876:
---------------------------------------
http://svn.eu.apache.org/viewvc?view=rev&revision=693409 allows the splitter to
use an Iterable instead of a List to ensure messages get sent as the data for
them becomes available.
There's still one TODO in the code: for parallel processing, we need a new
CountDownLatch implementation, that somehow allows to 'count up' as well.
> splitter() should support batch for processing large files
> ----------------------------------------------------------
>
> Key: CAMEL-876
> URL: https://issues.apache.org/activemq/browse/CAMEL-876
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-core
> Affects Versions: 1.4.0
> Reporter: Claus Ibsen
> Assignee: Gert Vanthienen
> Fix For: 1.5.0
>
>
> See nabble:
> http://www.nabble.com/Splitter-for-big-files-td19272583s22882.html
> Somekind of batch(size) parameter to the splitter() DSL so we can process the
> exchanges in batches instead of all in one go.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.