chia7712 commented on code in PR #19853:
URL: https://github.com/apache/kafka/pull/19853#discussion_r2134715986


##########
storage/src/main/java/org/apache/kafka/server/log/remote/storage/RemoteLogManagerConfig.java:
##########
@@ -407,18 +407,6 @@ public long remoteLogManagerTaskIntervalMs() {
         return config.getLong(REMOTE_LOG_MANAGER_TASK_INTERVAL_MS_PROP);
     }
 
-    public long remoteLogManagerTaskRetryBackoffMs() {

Review Comment:
   I think those getters should be kept even though they are internal configs. 
They might be used by plugins too. 



-- 
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

Reply via email to