sadadw1 opened a new issue, #683: URL: https://github.com/apache/ozhera/issues/683
### What happened? In the RocketMQ deploy document, the EN and CN both point users to a source path with a missing hyphen when describing where the MySQL create-table SQL lives: > `ozhera/ozhera-operator/ozheraoperator-server/src/main/resources/ozhera_init/mysql/sql` The actual module directory is `ozhera-operator-server` (with a hyphen), i.e. `ozhera-operator/ozhera-operator-server/src/main/resources/ozhera_init/mysql/sql` (see `ozhera-operator/ozhera-operator-server/src/main/resources/ozhera_init/mysql/sql`). The doc writes `ozheraoperator-server` (missing the `-` between `ozhera` and `operator`), so the path does not exist. ### Impact Documentation-only. Users following the deploy guide cannot locate the directory, but no runtime/business logic is affected. ### Suggested fix Replace `ozheraoperator-server` with `ozhera-operator-server` in both `readme/deploy/ozhera-deploy-document.md` and `readme/deploy/ozhera-deploy-document_cn.md`. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
