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: [EXTERNAL] Re: Security vulnerabilities in kafka:2.13-2.6.0/2.7.0 docker image

2021-09-01 Thread Luke Chen
Hi Ashish, CVE-2021-36159: It's a libfetch lib vulnerability. It's not Kafka's dependency lib. I guess it's the docker's base OS image. CVE-2019-17571: a log4j vulnerability. KAFKA-9366 is working on it. Thank you. Luke On Wed, Sep 1, 2021 at 9:

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: [VOTE] 3.0.0 RC1

2021-09-01 Thread Magnus Edenhill
Hi Konstantine, Some findings from running 3.0.0-RC1 with the librdkafka test suite: * Compaction seems to take slightly longer to kick in when segment sizes exceed their threshold. (Used to take less than 20 seconds, now takes 20..30 seconds.) * CreateTopic seems to take slightly longer to pr

Kafka supports ant build

2021-09-01 Thread Subramanyam Mvr
Hi Team, Could you please clarify if we can use ANT build to develop Kafka producer and consumer programs because our project is based on ANT build. Thank you

RE: [EXTERNAL] Re: Security vulnerabilities in kafka:2.13-2.6.0/2.7.0 docker image

2021-09-01 Thread Ashish Patil
Hi Team I tried upgrading it to 2.13_2.8.0 but still have these vulnerabilities. [cid:image003.jpg@01D79F3D.5BA06A20] What is your suggestion on this? Thanks Ashish From: Jake Murphy Smith Sent: 01 September 2021 09:31 To: Ashish Patil Subject: RE: [EXTERNAL] Re: Security vulnerabilities in