Skip to content

docs: fix incorrect RocketMQService class reference in deploy document - #682

Merged
wtt40122 merged 3 commits into
apache:masterfrom
sadadw1:docs/fix-rocketmq-class-ref-681
Aug 26, 2026
Merged

docs: fix incorrect RocketMQService class reference in deploy document#682
wtt40122 merged 3 commits into
apache:masterfrom
sadadw1:docs/fix-rocketmq-class-ref-681

Conversation

@sadadw1

@sadadw1 sadadw1 commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Ⅰ. Describe what this PR did

The RocketMQ deploy document (EN + CN) pointed users to a class that does not exist: run.mone.ozhera.operator.service.RocketMQSerivce (misspelled class name + outdated run.mone. pre-Apache package prefix). The real class is org.apache.ozhera.operator.service.RocketMQService.

This PR replaces all 4 occurrences (2 in ozhera-deploy-document.md, 2 in ozhera-deploy-document_cn.md) with the correct fully-qualified class name.

- run.mone.ozhera.operator.service.RocketMQSerivce
+ org.apache.ozhera.operator.service.RocketMQService

Ⅱ. Does this pull request fix one issue?

fixes #681

Ⅲ. Why don't you add test cases (unit test/integration test)?

Documentation-only change; nothing to test.

Ⅳ. Describe how to verify it

Grep the deploy docs for RocketMQSerivce / run.mone.ozhera.operator.service and confirm none remain; confirm org.apache.ozhera.operator.service.RocketMQService matches the actual class in ozhera-operator-service.

Ⅴ. Special notes for reviews

The actual class is org.apache.ozhera.operator.service.RocketMQService (public class RocketMQService in package org.apache.ozhera.operator.service).

@wodiwudi wodiwudi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wtt40122 wtt40122 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+LGTM

@wtt40122
wtt40122 merged commit eb0acd1 into apache:master Aug 26, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[docs] Deploy doc references non-existent class "RocketMQSerivce"

3 participants