Re: Error while sending data to kafka producer

2015-12-09 Thread Ritesh Sinha
After editing my server.properties. I didn't start kafka again.That was causing the issue.Silly mistake. Thanks a lot Ben for your replies. On Thu, Dec 10, 2015 at 2:27 AM, Ben Stopford wrote: > Hi Ritesh > > You config on both sides looks fine. There may be something wrong with > your truststor

Re: Error while sending data to kafka producer

2015-12-09 Thread Ben Stopford
Hi Ritesh You config on both sides looks fine. There may be something wrong with your truststore, although you should see exceptions in either the client or server log files if that is the case. As you appear to be running locally, try creating the JKS files using the shell script included he

Re: Error while sending data to kafka producer

2015-12-09 Thread Ritesh Sinha
This is my server config. On Thu, Dec 10, 2015 at 12:19 AM, Ritesh Sinha < kumarriteshranjansi...@gmail.com> wrote: > # Licensed to the Apache Software Foundation (ASF) under one or more > # contributor license agreements. See the NOTICE file distributed with > # this work for additional informa

Re: Error while sending data to kafka producer

2015-12-09 Thread Ritesh Sinha
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "Licens

Re: Error while sending data to kafka producer

2015-12-09 Thread Ben Stopford
what is your server config? > On 9 Dec 2015, at 18:21, Ritesh Sinha > wrote: > > Hi, > > I am trying to send message to kafka producer using encryption and > authentication.After creating the key and everything successfully.While > passing the value through console i am getting this error: >

Error while sending data to kafka producer

2015-12-09 Thread Ritesh Sinha
Hi, I am trying to send message to kafka producer using encryption and authentication.After creating the key and everything successfully.While passing the value through console i am getting this error: ERROR Error when sending message to topic test with key: null, value: 2 bytes with error: Faile