mimaison opened a new pull request, #21163:
URL: https://github.com/apache/kafka/pull/21163

   Another small step in moving all of `kafka.raft` classes out of the `core` 
module.
   
   The `DefaultExternalKRaftMetrics` class needs:
   - `ControllerMetadataMetrics` from `metadata`
   - `ExternalKRaftMetrics` from `raft`
   -  `BrokerServerMetrics` from `server`.
   
   The `server` module already depends on `metadata` and `raft`. It also 
already has a bunch of metrics related classes in 
`org.apache.kafka.server.metrics`, so it seems the best fit.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to