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:
fancy
2026-06-13 11:17:28 +08:00
committed by GitHub
parent c8301910cb
commit 3a568241f9
+1 -1
View File
@@ -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 |
| ------------------------------- |---------------------------------------------------------------| ----------- |---------------------------------------------------------------------------------|