Re: Camel-Kafka Component

2014-03-29 Thread Claus Ibsen
Hi We recently added a new camel-kafka component which was released in Camel 2.13.0. https://github.com/apache/camel/tree/master/components/camel-kafka You are welcome to help improve the existing component. On Sun, Mar 30, 2014 at 1:43 AM, Ioannis Polyzos wrote: > Hello all, > > I was recentl

Camel-Kafka Component

2014-03-29 Thread Ioannis Polyzos
Hello all, I was recently working on a *camel-kafka* component that I would like to contribute back to the Apache Camel project. The component allows to configure the majority of the kafka client parameters and to transfer both the body and the exchange.It definitely need more work and therefore

[GitHub] camel pull request: CAMEL-6458: Add renameUsingCopy option to File...

2014-03-29 Thread gzurowski
GitHub user gzurowski opened a pull request: https://github.com/apache/camel/pull/124 CAMEL-6458: Add renameUsingCopy option to File Component The new renameUsingCopy option controls whether rename operations are performed using a copy and delete strategy. This is primarily used