kamalcph commented on code in PR #21150: URL: https://github.com/apache/kafka/pull/21150#discussion_r2625526156
########## storage/src/main/java/org/apache/kafka/server/log/remote/storage/RemoteLogManager.java: ########## @@ -143,6 +143,11 @@ * - also provides APIs to fetch indexes, metadata about remote log segments * - copying log segments to the remote storage * - cleaning up segments that are expired based on retention size or retention time + * <p> Review Comment: > We can further update the RemoteLogManager javadoc I wrongly mentioned it as RemoteLogManager. This Javadoc should be moved to RemoteStorageManager instead. -- 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]
