You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Madhukar Bharti <bh...@gmail.com> on 2015/10/12 17:43:03 UTC

Kafka Async producer throwing Exception before configured timeout.

Hi ,

We are getting below exception frequently even, we have configured timeout
as 10000ms.
Does anyone also has faced this issue.

org.apache.kafka.common.errors.TimeoutException: Failed to update metadata
> after 28 ms



We are using Kafka-0.8.2.1 and producer configurations are:


> message.send.max.retries=3
> send.buffer.bytes=4048
> metadata.fetch.timeout.ms=10000
> topic.metadata.refresh.interval.ms=10000
> metadata.max.age.ms=10000




Thanks and Regards,
Madhukar