[
https://issues.apache.org/jira/browse/KAFKA-16972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai updated KAFKA-16972:
-----------------------------------
Description:
KAFKA-15852 says `kafka.server` should be moved to server module.
However, `BrokerTopicMetrics` and `BrokerTopicStats` should be moved to storage
module due to following reason.
1. `RemoteLogManager` will be moved to storage module (KAFKA-14523)
2. `LogValidator` is already in storage module
3. `server` depends on `storage`
was:
KAFKA-15852 says `kafka.server` should be moved to server module.
However, `BrokerTopicStats`, `BrokerTopicMetrics`, and `BrokerTopicStats`
should be moved to storage module due to following reason.
1. `RemoteLogManager` will be moved to storage module (KAFKA-14523)
2. `LogValidator` is already in storage module
3. `server` depends on `storage`
> Move `BrokerTopicStats` and `BrokerTopicMetrics` to
> `org.apache.kafka.storage.log.metrics` (storage module)
> -----------------------------------------------------------------------------------------------------------
>
> Key: KAFKA-16972
> URL: https://issues.apache.org/jira/browse/KAFKA-16972
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Priority: Minor
>
> KAFKA-15852 says `kafka.server` should be moved to server module.
> However, `BrokerTopicMetrics` and `BrokerTopicStats` should be moved to
> storage module due to following reason.
> 1. `RemoteLogManager` will be moved to storage module (KAFKA-14523)
> 2. `LogValidator` is already in storage module
> 3. `server` depends on `storage`
--
This message was sent by Atlassian Jira
(v8.20.10#820010)