lsq3497 opened a new pull request, #10456: URL: https://github.com/apache/rocketmq/pull/10456
### Which Issue(s) This PR Fixes <!-- Please ensure that the related issue has already been created, and [link this pull request to that issue using keywords](<https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword>) to ensure automatic closure. --> - Fixes #10455 ### Brief Description This PR fixes several documentation inaccuracies in the English and Chinese developer guides: 1. **Broker startup log IP mismatch** — Six docs (operation, deployment, and IDEA debugging guides in both en/cn) showed sample log output with `192.169.1.2` while the surrounding text uses `192.168.1.2`. Corrected for consistency. 2. **BrokerContainer config path** — `docs/cn/BrokerContainer.md` referenced a non-existent `distribution/conf/container/broker-container.conf`. Updated to point to the existing sample at `distribution/conf/container/2container-2m-2s/broker-container1.conf`, fixed the startup command accordingly, and corrected the `BrokerConainer` → `BrokerContainer` typo in the doc and sample config comments. 3. **DefaultMQProducer API reference typos** - **English**: fixed `ca quickly`, `Blow is`, `create a produce`, `rcpHook`, and improved the class introduction paragraph. - **Chinese**: fixed `RPCHooK` → `RPCHook`, removed duplicate `客户端异常`, and corrected `并在在` → `并在` in async send descriptions. 4. **Other fixes** — FAQ links upgraded from `http://` to `https://`; corrected `upgrade to version 4.x` → `upgrade from version 4.x` in the persistent broker ID upgrade guide; fixed typos in `docs/cn/design.md` (e.g. `RomotingCommand`, `550L ms`, `无休止的的信息`). Documentation-only change; no code behavior affected. ### How Did You Test This Change? Documentation-only change. Verified with: - `rg -n "192\.169\.1\.2" docs/` — no matches - `rg -n "ca quickly|Blow is|rcpHook|RPCHooK|BrokerConainer|并在在" docs/ distribution/` — no matches - `rg -n "distribution/conf/container/broker-container\.conf" docs/` — no matches - `test -f distribution/conf/container/2container-2m-2s/broker-container1.conf` — sample config exists -- 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]
