Generate CamelSplitSize property with streaming splitter
--------------------------------------------------------

                 Key: CAMEL-4310
                 URL: https://issues.apache.org/jira/browse/CAMEL-4310
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.6.0
            Reporter: Sebastien Petrucci
            Priority: Trivial


Actually, the Camel splitter does not generate a property "CamelSplitSize" when 
streaming is used.
Instead, the last splitted exchange is marked with a property 
"CamelSplitComplete" set to "true".
To further reduce the gap between streaming and non streaming routes, the 
splitter could also generate a proper "CamelSplitSize" property on the last 
splitted exchange.
Ok, this is really a nice-to-have ;-)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to