kamalcph commented on PR #14382: URL: https://github.com/apache/kafka/pull/14382#issuecomment-1717366033
My suggestion is to add one more section with LocalTieredStorage and TBRLMM, then add all the basic configurations that are required for quick start: ```properties # Remote Storage Manager Config remote.log.storage.system.enable=true remote.log.storage.manager.class.name=org.apache.kafka.server.log.remote.storage.LocalTieredStorage remote.log.storage.manager.class.path= remote.log.storage.manager.impl.prefix=rsm.config. rsm.config.dir=/tmp/kafka-remote-storage # Remote Log Metadata Manager Config that uses Kafka topic to store metadata remote.log.metadata.manager.class.name=org.apache.kafka.server.log.remote.metadata.storage.TopicBasedRemoteLogMetadataManager remote.log.metadata.manager.class.path= remote.log.metadata.manager.listener.name=PLAINTEXT remote.log.metadata.manager.impl.prefix=rlmm.config. rlmm.config.remote.log.metadata.topic.num.partitions=50 rlmm.config.remote.log.metadata.topic.replication.factor=3 rlmm.config.remote.log.metadata.topic.retention.ms=-1 ``` -- 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]
