hudeqi commented on code in PR #14243: URL: https://github.com/apache/kafka/pull/14243#discussion_r1324014567
########## core/src/main/scala/kafka/server/BrokerServer.scala: ########## @@ -700,4 +700,5 @@ class BrokerServer( override def boundPort(listenerName: ListenerName): Int = socketServer.boundPort(listenerName) + override def remoteLogManager: Option[RemoteLogManager] = remoteLogManagerOpt Review Comment: It seems that there was no `remoteLogManagerOpt` when I started this PR, but you added it recently. I will reuse `remoteLogManagerOpt`, thanks! -- 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