leizhiyuan opened a new pull request, #6794: URL: https://github.com/apache/rocketmq/pull/6794
### Which Issue(s) This PR Fixes Fixes #6788 ### Brief Description add support for cos in tired storage if you need to use cos as tired storage, you need add these configs to broker.conf ``` messageStorePlugIn=org.apache.rocketmq.tieredstore.TieredMessageStore tieredBackendServiceProvider=org.apache.rocketmq.tieredstore.provider.cos.CosFileSegment cosBucketName=cosBucketName cosAccessKey=cosAccessKey cosSecretKey=cosSecretKey cosRegion=cosRegion ``` and when you produce and consume messages, you will see messages were stored in cos ### How Did You Test This Change? we can create a bucket in cos, then fill these configs -- 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]
