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


##########
storage/src/main/java/org/apache/kafka/server/log/remote/storage/RemoteLogManagerConfig.java:
##########
@@ -435,14 +423,6 @@ public int remoteLogMetadataCustomMetadataMaxBytes() {
         return 
config.getInt(REMOTE_LOG_METADATA_CUSTOM_METADATA_MAX_BYTES_PROP);
     }
 
-    public String remoteStorageManagerPrefix() {
-        return config.getString(REMOTE_STORAGE_MANAGER_CONFIG_PREFIX_PROP);
-    }
-
-    public String remoteLogMetadataManagerPrefix() {

Review Comment:
   we should not remove the "prefix" configs, they are used by the 
RemoteStorageManager and RemoteLogMetadataManger plugins.



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