fancy-agent opened a new pull request, #10484: URL: https://github.com/apache/rocketmq/pull/10484
## What The **Configuration** section of `tieredstore/README.md` links to `TieredMessageStoreConfig.java` under the `tieredstore/common` package. That class has since been renamed to `MessageStoreConfig` and moved to the `tieredstore` package root, so the link returns **404**. This updates the link (and its text) to the current class. ## Why - Old link → **404**: `.../tieredstore/common/TieredMessageStoreConfig.java` - New link → **200**: `.../tieredstore/MessageStoreConfig.java` - The tiered store config fields the README table documents (`tieredStoreFilePath`, `tieredBackendServiceProvider`, `tieredStorageLevel`, `readAheadCache*`, …) all live in the current `MessageStoreConfig.java`, confirming it is the right target. ## How verified - `find` across the repo: no file named `TieredMessageStoreConfig.java` exists anymore. - `curl -I` the old URL → 404, the new URL → 200. - grepped the config field names from the README table — all present in `tieredstore/.../MessageStoreConfig.java`. Docs-only, single line, no behavior change. -- 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]
