Sean Quah created KAFKA-19025:
---------------------------------
Summary: Reuse buffers for LZ4 compression
Key: KAFKA-19025
URL: https://issues.apache.org/jira/browse/KAFKA-19025
Project: Kafka
Issue Type: Improvement
Components: compression
Reporter: Sean Quah
Assignee: Sean Quah
All Compression implementations already accept a BufferSupplier for reusing
buffers during decompression.
The Snappy and zstd Compression implementations have their own separate buffer
recycling mechanisms for compression.
The proposal here is to add a buffer recycling mechanism for LZ4 compression.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)