showuon commented on code in PR #14379:
URL: https://github.com/apache/kafka/pull/14379#discussion_r1323878147


##########
storage/api/src/main/java/org/apache/kafka/server/log/remote/storage/RemoteStorageManager.java:
##########
@@ -36,6 +37,9 @@
  * responsible for storing and fetching metadata about the remote log segments 
in a strongly consistent manner.
  * This allows {@link RemoteStorageManager} to have eventual consistency on 
metadata (although the data is stored
  * in strongly consistent semantics).
+ * <p>
+ * All properties prefixed with the config: 
"remote.log.storage.manager.impl.prefix"
+ * (default value is "rsm.config.") are passed when {@link #configure(Map)} is 
invoked on this instance.

Review Comment:
   Adding this section like RLMM did.



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

Reply via email to