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.
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:
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(seeozhera-operator/ozhera-operator-server/src/main/resources/ozhera_init/mysql/sql). The doc writesozheraoperator-server(missing the-betweenozheraandoperator), 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-serverwithozhera-operator-serverin bothreadme/deploy/ozhera-deploy-document.mdandreadme/deploy/ozhera-deploy-document_cn.md.