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

[jira] [Created] (KAFKA-14470) Move log layer to storage module

Ismael Juma created KAFKA-14470:
-----------------------------------

             Summary: Move log layer to storage module
                 Key: KAFKA-14470
                 URL: https://issues.apache.org/jira/browse/KAFKA-14470
             Project: Kafka
          Issue Type: Improvement
            Reporter: Ismael Juma
            Assignee: Ismael Juma


We introduced the `storage` module as part of KIP-405, but the existing log layer remains in the `core` module. Moving the log layer to the `storage` module would be another step towards improved modularity and build times (similar to `metadata`, `raft` and `group-coordinator`).

We should do this in an incremental manner to make the code review process easier. I will create separate tasks, each one mapping to one pull request.



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