RE: [EXTERNAL] Re: What config to avoid outofmemory exceptions happening in kafka server logs

2025-05-29 Thread Nanda Naga
Thanks Radu for the response. Wondering why it is out of memory? Any config to resolve this or any change in client to resolve this? Also, we use librdkafka client to connect to plaintext port. The memory errors seems intermittent as I see produces happening to plaintext as well. Regards, Nand

Re: [EXTERNAL] Re: What config to avoid outofmemory exceptions happening in kafka server logs

2025-05-29 Thread Ömer Şiar Baysal
Hi, This is a known issue, https://issues.apache.org/jira/plugins/servlet/mobile#issue/KAFKA-4493 Basically when broker receives first few bytes of the encrypted message on its plaintext listener, it may end up trying to allocate a huge buffer for the message, because it assumes the received byt