This is an automated email from the ASF dual-hosted git repository.
wtt40122 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozhera.git
The following commit(s) were added to refs/heads/master by this push:
new eb0acd11 docs: fix incorrect RocketMQService class reference in deploy
document (#682)
eb0acd11 is described below
commit eb0acd11d5511b73583f0a8020bb0812e084ed63
Author: EricDing <[email protected]>
AuthorDate: Wed Aug 26 19:27:53 2026 +0800
docs: fix incorrect RocketMQService class reference in deploy document
(#682)
---
readme/deploy/ozhera-deploy-document.md | 4 ++--
readme/deploy/ozhera-deploy-document_cn.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/readme/deploy/ozhera-deploy-document.md
b/readme/deploy/ozhera-deploy-document.md
index 5c59d969..27f9953c 100644
--- a/readme/deploy/ozhera-deploy-document.md
+++ b/readme/deploy/ozhera-deploy-document.md
@@ -139,14 +139,14 @@ The purpose is to select a RocketMQ available for ozhera.
- If you need k8s to automatically set up a RocketMQ:
1. You need to turn on the "Create resources based on yaml" button;
2. The RocketMQ created by the default yaml has no accessKey or secretKey.
If you need to set up accessKey or secretKey, you need to modify the values of
ozhera.rocketmq.ak and ozhera.rocketmq.sk on the right "Connection Information";
- 3. If you need to change the service of the RocketMQ broker, you need to
replace the service in the yaml and the "brokerAddr" member variable value of
the run.mone.ozhera.operator.service.RocketMQSerivce class in the
ozhera-operator code.
+ 3. If you need to change the service of the RocketMQ broker, you need to
replace the service in the yaml and the "brokerAddr" member variable value of
the org.apache.ozhera.operator.service.RocketMQService class in the
ozhera-operator code.

- If you already have RocketMQ, you don't need k8s to set it up:
1. Turn off the "Create resources based on yaml" button;
2. Fill in the correct url, accessKey, and secretKey of the existing
RocketMQ cluster;
- 3. By default, the operator will automatically create the topics required by
OzHera. **If the url, ak, and sk you entered do not have permission to create
topics, or if the existing RocketMQ cluster does not allow topic creation
through the API, you need to manually create the required topics in advance**.
The topics required by OzHera are stored in the "topics" member variable of the
run.mone.ozhera.operator.service.RocketMQSerivce class.
+ 3. By default, the operator will automatically create the topics required by
OzHera. **If the url, ak, and sk you entered do not have permission to create
topics, or if the existing RocketMQ cluster does not allow topic creation
through the API, you need to manually create the required topics in advance**.
The topics required by OzHera are stored in the "topics" member variable of the
org.apache.ozhera.operator.service.RocketMQService class.

diff --git a/readme/deploy/ozhera-deploy-document_cn.md
b/readme/deploy/ozhera-deploy-document_cn.md
index c47c450a..9125576e 100644
--- a/readme/deploy/ozhera-deploy-document_cn.md
+++ b/readme/deploy/ozhera-deploy-document_cn.md
@@ -144,14 +144,14 @@
ozhera/ozhera-operator/ozhera-operator-server/src/main/resources/operator/
* 如果需要k8s⾃动搭建⼀个RocketMQ
1. 需要开启“基于yaml创建资源”按钮;
2.
使⽤默认yaml创建的RocketMQ没有accessKey\secretKey,如果需要设置accessKey\secretKey,则需要修改右侧“连接信息”中的ozhera.rocketmq.ak与ozhera.rocketmq.sk的值;
- 3. 如果需要更换RocketMQ
broker的service,需要同时替换yaml中的service,以及ozhera-operator代码中的run.mone.ozhera.operator.service.RocketMQSerivce类的成员变量"brokerAddr"的值。
+ 3. 如果需要更换RocketMQ
broker的service,需要同时替换yaml中的service,以及ozhera-operator代码中的org.apache.ozhera.operator.service.RocketMQService类的成员变量"brokerAddr"的值。

* 如果已有RocketMQ,⽆需k8s搭建
1. 关闭"基于yaml创建资源"按钮;
2. 填写正确的已有RocketMQ集群的url、accessKey、secretKey;
- 3.
默认operator执⾏时会⾃动创建OzHera所需要的topic。**如果填写的url、ak、sk没有权限创建topic,或者已有RocketMQ集群不允许通过API创建topic,则需要提前⼿动创建好topic**。OzHera需要的topic在operator源码run.mone.ozhera.operator.service.RocketMQSerivce类的成员变量"topics"中存储。
+ 3.
默认operator执⾏时会⾃动创建OzHera所需要的topic。**如果填写的url、ak、sk没有权限创建topic,或者已有RocketMQ集群不允许通过API创建topic,则需要提前⼿动创建好topic**。OzHera需要的topic在operator源码org.apache.ozhera.operator.service.RocketMQService类的成员变量"topics"中存储。

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]