Re: [PR] KAFKA-12605 - make GZIP decompression use BufferSupplier [kafka]

2024-12-31 Thread via GitHub
github-actions[bot] commented on PR #10624: URL: https://github.com/apache/kafka/pull/10624#issuecomment-2566830407 This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to

Re: [PR] KAFKA-12605 - make GZIP decompression use BufferSupplier [kafka]

2024-12-31 Thread via GitHub
github-actions[bot] closed pull request #10624: KAFKA-12605 - make GZIP decompression use BufferSupplier URL: https://github.com/apache/kafka/pull/10624 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [PR] KAFKA-12605 - make GZIP decompression use BufferSupplier [kafka]

2024-11-30 Thread via GitHub
github-actions[bot] commented on PR #10624: URL: https://github.com/apache/kafka/pull/10624#issuecomment-2509554646 This PR is being marked as stale since it has not had any activity in 90 days. If you would like to keep this PR alive, please leave a comment asking for a review. If the P

Re: [PR] KAFKA-12605 - make GZIP decompression use BufferSupplier [kafka]

2024-01-21 Thread via GitHub
funky-eyes commented on PR #10624: URL: https://github.com/apache/kafka/pull/10624#issuecomment-1903411104 Hi, does this issue cause off-heap memory leak? Our client uses gzip compression, and the off-heap memory can't be reclaimed under high concurrency and heavy traffic, and I suspect tha