Re: kafka producer hangs

2021-09-01 Thread Jason Turim
have you seen this? https://stackoverflow.com/questions/46649748/kafka-producer-timeoutexception-expiring-1-records jt On Wed, Sep 1, 2021, 10:42 PM Luke Chen wrote: > Hi Владислав, > How do you know "they do not reach the kafka server."? > > We need to know your configs on producer and serve

Re: kafka producer hangs

2021-09-01 Thread Luke Chen
Hi Владислав, How do you know "they do not reach the kafka server."? We need to know your configs on producer and server side so that we can help you. Also, you might be able to turn on TRACE or DEBUG log on producer and server for troubleshooting. If possible, a complete log would be better than

Re: kafka producer hangs

2021-09-01 Thread Владислав Виниченко
Does anyone knows fix for this? ср, 1 сент. 2021 г. в 18:39, Владислав Виниченко : > ERROR [kafka-producer-network-thread | producer-2] > c.o.p.a.s.CalculatorAdapter [CalculatorAdapter.java:285] > Cannot send outgoingDto with decision id = 46d1-9491-123ce9c7a916 in > kafka: > org.springframework.

kafka producer hangs

2021-09-01 Thread Владислав Виниченко
ERROR [kafka-producer-network-thread | producer-2] c.o.p.a.s.CalculatorAdapter [CalculatorAdapter.java:285] Cannot send outgoingDto with decision id = 46d1-9491-123ce9c7a916 in kafka: org.springframework.kafka.core.KafkaProducerException: Failed to send; nested exception is org.apache.kafka.common.

Re: Kafka Producer hangs on Init Transactions

2018-01-08 Thread Nishanth S
d@21e8f193), responseAction=SendAction), responseAsString=Some({throttle_time_ms=0,error_code=0}) (kafka.network.Processor) On Mon, Jan 8, 2018 at 12:08 PM, Nishanth S wrote: > Hi EveryOne, > We are running into an issue where kafka producer hangs after > inittransactions api. I have create

Kafka Producer hangs on Init Transactions

2018-01-08 Thread Nishanth S
Hi EveryOne, We are running into an issue where kafka producer hangs after inittransactions api. I have created a new topic and the same issue happens intermittently . It is not consistent but occurs more often than not . We are running confluent 4.0 and using the below dependencies on client