Owen-CH-Leung commented on code in PR #14136: URL: https://github.com/apache/kafka/pull/14136#discussion_r1303026451
########## core/src/main/java/kafka/log/remote/RemoteLogManager.java: ########## @@ -285,19 +288,15 @@ public RemoteStorageManager storageManager() { return remoteLogStorageManager; } + public MetadataCache metadataCache() { + return metadataCache; Review Comment: Yes agree that we don't really need this. I've removed it -- 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