You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Divij Vaidya (Jira)" <ji...@apache.org> on 2023/01/18 13:21:00 UTC

[jira] [Created] (KAFKA-14635) Compression optimization: Use direct memory buffers for (de)compression

Divij Vaidya created KAFKA-14635:
------------------------------------

             Summary: Compression optimization: Use direct memory buffers for (de)compression
                 Key: KAFKA-14635
                 URL: https://issues.apache.org/jira/browse/KAFKA-14635
             Project: Kafka
          Issue Type: Sub-task
            Reporter: Divij Vaidya


Provide a pool of direct buffers to zstd-jni for it’s internal usage. Direct buffers is an ideal use case for scenarios where data is transferred across JNI such as the case in (de) compression. The latest version of zstd-jni works with direct buffers.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)