Re: kafka 0.8 producer issue

2015-11-25 Thread Prabhjot Bharaj
Hi, >From the information that you've provided, I think your callback is the culprit here. It is seen from the stacktrace:- at com.hpe.ssmamp.kafka.KafkaPDFAProducer$1.onCompletion( KafkaPDFAProducer.java:62) Please provide more information like a code snippet etc, so that we can tell more

RE: kafka 0.8 producer issue

2015-11-25 Thread Kudumula, Surender
Message- From: Prabhjot Bharaj [mailto:prabhbha...@gmail.com] Sent: 25 November 2015 17:35 To: us...@kafka.apache.org Cc: dev@kafka.apache.org Subject: Re: kafka 0.8 producer issue Hi, From the information that you've provided, I think your callback is the culprit here. It is seen fro

kafka 0.8 producer issue

2015-11-25 Thread Kudumula, Surender
Hi all I am trying to get the producer working. It was working before but now getting the following issue. I have created a new topic as well just in case if it was the issue with topic but still no luck. I have increased the message size in broker as iam trying to send atleast 3mb message here