ivanyu commented on code in PR #13067: URL: https://github.com/apache/kafka/pull/13067#discussion_r1069825536
########## core/src/main/scala/kafka/log/remote/RemoteLogManager.scala: ########## @@ -48,7 +47,7 @@ import scala.jdk.CollectionConverters._ */ class RemoteLogManager(rlmConfig: RemoteLogManagerConfig, brokerId: Int, - logDir: String) extends Logging with Closeable with KafkaMetricsGroup { Review Comment: `KafkaMetricsGroup` wasn't used here. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org