Skip to content

Fix: Added missing NameServer parameter for RocketMQ Dashboard deployment #720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

DivyanshIITB
Copy link
Contributor

This PR addresses an issue where the RocketMQ Dashboard fails with a connection null error due to a missing
--rocketmq.config.namesrvAddr parameter in the deployment instructions.

Changes Made:

  • Updated docs/04-deployment/03Dashboard.md to include the correct NameServer address parameter.
  • Provided a clear example for running the Dashboard successfully.

Why This Fix?

  • Without explicitly specifying the NameServer address, users following the documentation may encounter connection errors,
    leading to deployment failures. This update ensures a smoother setup experience.

Fixes #680

@RongtongJin RongtongJin merged commit a493517 into apache:new-official-website Mar 24, 2025
1 check 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.

添加本地部署dashboard连接null的处理方法
2 participants