Re: org.apache.kafka.common.errors.TimeoutException

2017-03-27 Thread R Krishna
Are you able to publish any messages at all? If it is one off, then it is possible that the broker is busy and the client busy that it could not publish that batch of messages in that partition 0 within 1732 ms in which case you should increase the message timeouts and retries. Search the timeout e

Re: org.apache.kafka.common.errors.TimeoutException: Failed to update metadata after 3000 ms

2016-07-05 Thread Ismael Juma
Hi, Comment below. On Tue, Jul 5, 2016 at 3:39 AM, tong...@csbucn.com wrote: > Hi, > I have 2 Kafka nodes and 1 zookeeper node. > When I use kill -9 to shutdown the kafk-node1,I got the error message from > the producer when sending messages: > org.apache.kafka.common.errors.TimeoutException: F