Sauhardstark commented on code in PR #18097: URL: https://github.com/apache/kafka/pull/18097#discussion_r2280391678
########## core/src/main/java/kafka/log/remote/RemoteLogManager.java: ########## @@ -157,6 +158,7 @@ */ public class RemoteLogManager implements Closeable, AsyncOffsetReader { + static final long DEFAULT_RLMM_TIMEOUT_MS = 1000L; Review Comment: Can I ask if there is any particular reason why we haven't made this variable private ? -- 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