You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Mickael Maison (Jira)" <ji...@apache.org> on 2023/04/17 08:49:00 UTC

[jira] [Updated] (KAFKA-14631) Compression optimization: do not read the key/value for last record in the batch

     [ https://issues.apache.org/jira/browse/KAFKA-14631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mickael Maison updated KAFKA-14631:
-----------------------------------
    Fix Version/s: 3.6.0
                       (was: 3.5.0)

> Compression optimization: do not read the key/value for last record in the batch
> --------------------------------------------------------------------------------
>
>                 Key: KAFKA-14631
>                 URL: https://issues.apache.org/jira/browse/KAFKA-14631
>             Project: Kafka
>          Issue Type: Sub-task
>            Reporter: Divij Vaidya
>            Assignee: Divij Vaidya
>            Priority: Major
>             Fix For: 3.6.0
>
>
> Do not read the end of the batch since it contains the key/value for last record. Instead of “skipping” which would lead to decompression, we can simply not read it at all.
> Only applicable for skipIterator.



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