Re: [VOTE] Release Apache Camel 2.17.2

2016-06-27 Thread Gerard Klijs
- > > Apache Camel PMC Member > > Apache Karaf Committer > > Apache Servicemix Committer > > Email: ancosen1...@yahoo.com > > Twitter: @oscerd2 > > Github: oscerd > > > > > > > > On Monday, June 27, 2016 1:41 PM, Gerard Klijs > wrote: >

Re: [VOTE] Release Apache Camel 2.17.2

2016-06-27 Thread Gerard Klijs
-1 since https://issues.apache.org/jira/browse/CAMEL-9978 will make it impossible to use "-1" as value for the acks, which is what we currently use. On Mon, Jun 27, 2016 at 1:21 PM Luca Burgazzoli wrote: > +1 > > --- > Luca Burgazzoli > > > On Mon, Jun 27, 2016 at 1:20 PM, Andrea Cosentino > wr

Re: Wiki Access

2016-03-22 Thread Gerard Klijs
Looks good Anbu, thanks On Tue, Mar 22, 2016 at 7:14 AM Anbu wrote: > Hi Claus, > > I have updated the Camel-Kafka component Wiki page and please find the > JIRA#CAMEL-9734. > > Thanks! > Anbu > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Wiki-Access-tp5779327p5

Re: [VOTE] Release Apache Camel 2.17.0

2016-03-21 Thread Gerard Klijs
+1 using the staging repo the poc with secure kafka connection works. On Mon, Mar 21, 2016 at 12:32 PM johndament wrote: > Actually, nevermind on the dependencies part. The only 3P libs being > shipped > are slf4j and jasypt (btw, do those have to be shipped?) > > > > -- > View this message in

Re: Enable ssl for kafka endpoints

2016-03-19 Thread Gerard Klijs
I'm now in the process of building the project from git, and I noticed it's already using the new consumer and properties. I will try it out to see if it works for me. On Wed, Mar 16, 2016 at 1:18 PM Gerard Klijs wrote: > The current version of the camel-kafka component already h

Enable ssl for kafka endpoints

2016-03-19 Thread Gerard Klijs
The current version of the camel-kafka component already has the latest released (0.9.0.1) kafka client included. To be able to use one of the new features, mutual ssl authentication with the broker, the current camel-kafka component needs some changes: - Start using the new kafka consumer (), this

Re: Enable ssl for kafka endpoints

2016-03-19 Thread Gerard Klijs
On 16 Mar 2016, at 17:03, Claus Ibsen wrote: > > Hi Gerard > > Okay sounds good. Let us know how it goes. Yeah Camel 2.17 has > migrated camel-kafka to use their new java library. So there is likely > a bunch of changes. > > And if you find something not being able to conf