Never mind, "three" is a String, and config.messageSendMaxRetries is Int.
Have you identified where that error string comes from in the code you use
though (Failed to send message after three times)?

On Tue, Jun 14, 2016 at 6:54 AM, Philippe Derome <phder...@gmail.com> wrote:

> Have you looked at this (DefaultEventHandler)?
> throw new FailedToSendMessageException("Failed to send messages after " +
> config.messageSendMaxRetries + " tries.", null)
>
>
> On Tue, Jun 14, 2016 at 6:40 AM, Snehalata Nagaje <
> snehalata.nag...@harbingergroup.com> wrote:
>
>>
>>
>> Hi All,
>>
>>
>> I am using kafka version kafka_2.10-0.9.0.1/
>>
>> At some random time we are not able to send message to kafka
>>
>> It gives error as "Failed to send message after three times."
>>
>> is it network error?
>>
>> Thanks,
>> Snehalata
>>
>
>

Reply via email to