Re: SSL - kafka producer cannot publish to topic

2015-12-11 Thread Ben Stopford
Yes - that’s correct Ismael. I think what Shri was saying was that he got it working when he added the SSL properties to the file he passed into the Console Producer. > On 11 Dec 2015, at 17:06, Ismael Juma wrote: > > Hi Shrikant, > > On Thu, Dec 10, 2015 at 9:03 PM, Shrikant Patel wrote: >

Re: SSL - kafka producer cannot publish to topic

2015-12-11 Thread Ismael Juma
Hi Shrikant, On Thu, Dec 10, 2015 at 9:03 PM, Shrikant Patel wrote: > Figured it out. > > I was adding the ssl properties to producer.properties. We need to add > this to separate file and provide that file as input to procuder bat\sh > script --producer.config client-ssl.properties. > > It seem

Re: SSL - kafka producer cannot publish to topic

2015-12-10 Thread Ben Stopford
That it does. Thanks for the update Shri. B > On 10 Dec 2015, at 21:03, Shrikant Patel wrote: > > Figured it out. > > I was adding the ssl properties to producer.properties. We need to add this > to separate file and provide that file as input to procuder bat\sh script > --producer.config cli

RE: SSL - kafka producer cannot publish to topic

2015-12-10 Thread Shrikant Patel
Figured it out. I was adding the ssl properties to producer.properties. We need to add this to separate file and provide that file as input to procuder bat\sh script --producer.config client-ssl.properties. It seems the kafka.tools.ConsoleProducer class needs to have --producer.config paramete