For setting up logs for kafka, we need to export KAFKA_LOG4J_OPS env
variable before starting the kafka servers. if log4j.properties is
presented in /etc/kafka/ directory then it will be directly picks otherwise
it uses tools-log4j.properties from /etc/kafka.
You can set the location of server log
Can u share the code that you are using to publish the message. Also can u
whether a small message is.published
On Nov 25, 2015 9:25 PM, "Kudumula, Surender"
wrote:
> Hi all
> I am trying to get the producer working. It was working before but now
> getting the following issue. I have created a ne
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
Message-
From: Prabhjot Bharaj [mailto:prabhbha...@gmail.com]
Sent: 25 November 2015 17:35
To: users@kafka.apache.org
Cc: d...@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
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