Control output filesize on route

2017-10-25 Thread Filipe Sguarizi Panceri
Hi everyone, i have a route responsible for receive a lot of messages from kafka, i will agregate usind a custom field and i will write on a txt file. But my txt file can't exced a specific file size (100 mb). If exced i will create another file. Its possible to control the file size?? Filipe S

Re: Problem with upgrade from camel 2.19.3 to camel 2.20.0

2017-10-25 Thread Dicken George
Thank you for the quick reply. :) On Wed, Oct 25, 2017 at 2:44 PM, Claus Ibsen wrote: > Builds from source, or wait until the apache CI server is able to > succesfully build and publish snapshots to apache snapshot repo > > https://www.apache.org/dev/repository-faq.html > > > > On Wed, Oct 25, 2

Re: Problem with upgrade from camel 2.19.3 to camel 2.20.0

2017-10-25 Thread Claus Ibsen
Builds from source, or wait until the apache CI server is able to succesfully build and publish snapshots to apache snapshot repo https://www.apache.org/dev/repository-faq.html On Wed, Oct 25, 2017 at 2:13 PM, Dicken George wrote: > Okay. Thank you update and for creating an JIRA ticket. > > I

Re: Problem with upgrade from camel 2.19.3 to camel 2.20.0

2017-10-25 Thread Dicken George
Okay. Thank you update and for creating an JIRA ticket. I see it is already resolved. However, in order to test it locally on my dev environment, i cannot find the artifactory where i could download the changes from this ticket https://issues.apache.org/jira/browse/CAMEL-11945 Where can i get the

Re: difference on seda versus threads usage

2017-10-25 Thread Roman Vottner
To my knowledge the latter one will create a new exchange for each seda invoked route and copy over the data from the origin exchange while the primer one will just create threads within an executor service (no new exchange creation) and thus use the same exchange. You might see a difference i

Re: Problem with upgrade from camel 2.19.3 to camel 2.20.0

2017-10-25 Thread Claus Ibsen
Hi See ticket https://issues.apache.org/jira/browse/CAMEL-11945 On Tue, Oct 24, 2017 at 3:36 PM, Dicken George wrote: > Dear Fellow Developers, > > Just recently, I tried to upgrade my camel-spring boot project form camel > 2.19.3 to camel 2.20.0 and I face the problem that, I cannot boot up my