You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "David Arthur (Jira)" <ji...@apache.org> on 2022/05/24 21:12:00 UTC

[jira] [Created] (KAFKA-13935) Factor out IBP from Partition and Log code

David Arthur created KAFKA-13935:
------------------------------------

             Summary: Factor out IBP from Partition and Log code
                 Key: KAFKA-13935
                 URL: https://issues.apache.org/jira/browse/KAFKA-13935
             Project: Kafka
          Issue Type: Sub-task
    Affects Versions: 3.3.0
            Reporter: David Arthur


We pass the IBP down to the log layer for checking things like compression support. Currently, we are still reading this from KafkaConfig. In ZK mode this is fine, but in KRaft mode, reading the IBP from the config is not supported.

Since KRaft only supports IBP/MetadataVersion greater than 3.0 (which supports the compression modes we check for), we may be able to avoid using a dynamic call and/or volatile to get the current version. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)