RE: producer SSL issue - fails with ssl.trustore location/password is not valid

2016-03-02 Thread Martin Gainty
> From: aravindan.ramachand...@gmail.com > Date: Wed, 2 Mar 2016 12:28:41 -0800 > Subject: producer SSL issue - fails with ssl.trustore location/password is > not valid > To: users@kafka.apache.org > > INFO Registered broker 10 at path /brokers/ids/10 with addresses: PL

producer SSL issue - fails with ssl.trustore location/password is not valid

2016-03-02 Thread aravindan ramachandran
INFO Registered broker 10 at path /brokers/ids/10 with addresses: PLAINTEXT -> EndPoint(kafka-ap-server101.com,9094,PLAINTEXT),SSL -> EndPoint( kafka-ap-server101.com,9095,SSL) (kafka.utils.ZkUtils) -bash-4.1$ bin/kafka-console-producer.sh --broker-list kafka-ap-server101.com:9095 --topic

Producer SSL?

2013-11-15 Thread Jonathan Hodges
Hi, While searching the user group messages I found the following thread - http://grokbase.com/t/kafka/users/138vqq1x07/getting-leadernotavailableexception-in-console-producer-after-increasing-partitions-from-4-to-16. It shows the following stack trace with 0.8. [2013-08-27 08:29:30,372] INFO

Re: Producer SSL?

2013-11-15 Thread Rajasekar Elango
Hi Jonathan We forked kafka to add SSL feature. It not part of kafka official release Sent from my iPhone On Nov 15, 2013, at 12:32 PM, Jonathan Hodges hodg...@gmail.com wrote: Hi, While searching the user group messages I found the following thread -

Re: Producer SSL?

2013-11-15 Thread Jason Rosenberg
Is this something you can make available/open source? On Fri, Nov 15, 2013 at 1:03 PM, Rajasekar Elango rela...@salesforce.comwrote: Hi Jonathan We forked kafka to add SSL feature. It not part of kafka official release Sent from my iPhone On Nov 15, 2013, at 12:32 PM, Jonathan Hodges

Re: Producer SSL?

2013-11-15 Thread Jonathan Hodges
I echo Jason's question. That would be much easier than using something like stunnel. On Fri, Nov 15, 2013 at 11:41 AM, Jason Rosenberg j...@squareup.com wrote: Is this something you can make available/open source? On Fri, Nov 15, 2013 at 1:03 PM, Rajasekar Elango rela...@salesforce.com