RE: Kafka producer failed to send but actually does

2015-03-04 Thread Arunkumar Srambikkal (asrambik)
handling of duplicates and resolved this issue. Thanks Arun -Original Message- From: Jiangjie Qin [mailto:j...@linkedin.com.INVALID] Sent: Tuesday, March 03, 2015 11:13 PM To: users@kafka.apache.org Subject: Re: Kafka producer failed to send but actually does What do you mean by Kafka embedded

Re: Kafka producer failed to send but actually does

2015-03-03 Thread Jiangjie Qin
What do you mean by Kafka embedded broker? Anyway, this could happen. For example, producer sends message to broker. After that some network issue occurs and the producer did not got confirmation from broker, so the producer thought the send failed. But the broker actually got the message. The prod