Ismael Juma created KAFKA-14892:
-----------------------------------

             Summary: Harmonize package names in storage module
                 Key: KAFKA-14892
                 URL: https://issues.apache.org/jira/browse/KAFKA-14892
             Project: Kafka
          Issue Type: Improvement
            Reporter: Ismael Juma


We currently have:
 # org.apache.kafka.server.log.remote.storage: public api in storage-api module
 # org.apache.kafka.server.log.remote: private api in storage module
 # org.apache.kafka.storage.internals.log: private api in storage module

A way to make this consistent could be:
 # org.apache.kafka.storage.* or org.apache.kafka.storage.api.*: public api in 
storage-api module
 # org.apache.kafka.storage.internals.log.remote: private api in storage module
 # org.apache.kafka.storage.internals.log: private api in storage module (stays 
the same)



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

Reply via email to