mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-01 15:47:01 +08:00
docs: fix dead link to tiered store config in tieredstore README (#10484)
The 'Configuration' section linked to TieredMessageStoreConfig.java under the tieredstore/common package, but that class has been renamed to MessageStoreConfig and moved to the tieredstore package root, so the link returns 404. Point it at the current MessageStoreConfig.java, which holds the tiered store configuration fields documented in the table below (tieredStoreFilePath, tieredBackendServiceProvider, tieredStorageLevel, ...). Signed-off-by: fancy-agent <fancyboi66@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ Use the following steps to easily use tiered storage
|
||||
|
||||
## Configuration
|
||||
|
||||
The following are some core configurations, for more details, see [TieredMessageStoreConfig](https://github.com/apache/rocketmq/blob/develop/tieredstore/src/main/java/org/apache/rocketmq/tieredstore/common/TieredMessageStoreConfig.java)
|
||||
The following are some core configurations, for more details, see [MessageStoreConfig](https://github.com/apache/rocketmq/blob/develop/tieredstore/src/main/java/org/apache/rocketmq/tieredstore/MessageStoreConfig.java)
|
||||
|
||||
| Configuration | Default value | Unit | Function |
|
||||
| ------------------------------- |---------------------------------------------------------------| ----------- |---------------------------------------------------------------------------------|
|
||||
|
||||
Reference in New Issue
Block a user