jiafu1115 commented on code in PR #20811:
URL: https://github.com/apache/kafka/pull/20811#discussion_r2649487387
##########
docs/operations/tiered-storage.md:
##########
@@ -89,9 +89,13 @@ After build successfully, there should be a
`kafka-storage-x.x.x-test.jar` file
# Note, please make sure the brokers need to have access to this directory
rsm.config.dir=/tmp/kafka-remote-storage
- # This needs to be changed if number of brokers in the cluster is more
than 1
+ # For single broker cluster, set this to 1. Default is 3 for clusters with
3 or more brokers.
rlmm.config.remote.log.metadata.topic.replication.factor=1
+ # The minimum number of replicas that must acknowledge a write to remote
log metadata topic.
Review Comment:
https://github.com/apache/kafka/pull/20811#discussion_r2649487221 the same
reply for this. thanks
--
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]