This is an automated email from the ASF dual-hosted git repository.
RongtongJin pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 3a568241f9 docs: fix dead link to tiered store config in tieredstore
README (#10484)
3a568241f9 is described below
commit 3a568241f9038602e1e9f756e2ff4e0685688bd6
Author: fancy <[email protected]>
AuthorDate: Sat Jun 13 11:17:28 2026 +0800
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 <[email protected]>
---
tieredstore/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tieredstore/README.md b/tieredstore/README.md
index 1532fc3b5f..777348de60 100644
--- a/tieredstore/README.md
+++ b/tieredstore/README.md
@@ -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
|
| -------------------------------
|---------------------------------------------------------------| -----------
|---------------------------------------------------------------------------------|