[ https://issues.apache.org/jira/browse/KAFKA-13568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17465833#comment-17465833 ]
Mohammed Zoheb commented on KAFKA-13568: ---------------------------------------- Same topic is being used for multiple microservices XXXX-prd-lifecycle [kafka-producer-network-thread | producer-1484][, ][ERROR]a.a.e.c.l.ServiceLifecycle:: Unable to send message=[microservice-service.xxxx-prd] due to: Failed to send nested exception is org.apache.kafka.common.errors.TimeoutException: Expiring 1 record(s) for xxxx-prd-lifecycle-0:120001 ms has passed since batch creation Line 25: Line 3297: 18:00:00[kafka-producer-network-thread | producer-1484][, ][ERROR]o.s.k.s.LoggingProducerListener:: Exception thrown when sending a message with key='null' and payload='LifecycleEvent(name=microservice-service.xxxx-prd, host=microservice-service.xxxx-prd...' to topic xxxx-prd-lifecycle: > org.apache.kafka.common.errors.TimeoutException > ----------------------------------------------- > > Key: KAFKA-13568 > URL: https://issues.apache.org/jira/browse/KAFKA-13568 > Project: Kafka > Issue Type: Bug > Environment: Production > Reporter: Mohammed Zoheb > Priority: Major > > We have Kafka running as a pod in Azure AKS Cluster. > Most of the times microservices are crashing, DB tables are getting locked. > In Kafka connect pod(alpha-cp-kafka-connect) logs, I can see below errors: > org.apache.kafka.common.errors.TimeoutException: Expiring 1 record(s) for > XXXX-prd-lifecycle-0:120001 ms has passed since batch creation > Continuously I can see similar error. Is it expected or it's abnormal? > > -- This message was sent by Atlassian Jira (v8.20.1#820001)