Hi Shyam, We also faced `TimeoutException: Expiring 1 record(s)` issue in our Kafka Producer Client. As described here <https://stackoverflow.com/questions/56807188/how-to-fix-kafka-common-errors-timeoutexception-expiring-1-records-xxx-ms-has> , first we tried increasing request timeout but that didn't help. We had setup like Kafka Producer Client in One DataCenter and Kafka Broker in other DataCenter & thats why the producer failed to push records to brokers on time due to network issue. In your case , Could be setup issue ?
--Senthil On Tue, Jul 2, 2019 at 3:57 PM Shyam P <shyamabigd...@gmail.com> wrote: > Hi, > I am facing the below issue. > > org.apache.kafka.common.errors.TimeoutException: Expiring 1 record(s) > for <topic-name> 229 ms has passed since batch creation plus linger > time > > > I tried many producer configuration settings. more details below : > > https://stackoverflow.com/questions/56807188/how-to-fix-kafka-common-errors-timeoutexception-expiring-1-records-xxx-ms-has > > But nothing working. > > Can anyone plz help me , what is wrong here and how to fix it ? > > thanks, > Shyam >