Closed yeguangsuixing closed 3 months ago
The recent changes in the docs/zh/design/apollo-design.md
involve updating the communication flow in the sequence diagram, where the interaction is now directed from Portal
to Admin Service
instead of Config Service
. Additionally, a minor correction was made to the text related to metrics.
File | Change Summary |
---|---|
docs/zh/design/apollo-design.md |
Updated sequence diagram interaction from Config Service to Admin Service . Corrected text related to metrics. |
sequenceDiagram
participant Portal
participant AdminService
participant ConfigService
Portal ->> AdminService: request
AdminService ->> ConfigService: forward request
ConfigService ->> AdminService: response
AdminService ->> Portal: response
In the land of code, a change so slight,
Portal chats with Admin, day or night.
Metrics corrected, all in line,
Apollo's design, now refined.
🌟🛠️ The system hums, a tune so bright,
With every tweak, it scales new height. 🚀
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
CLA Assistant Lite bot:
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.
I have read the CLA Document and I hereby sign the CLA
You can retrigger this bot by commenting recheck in this Pull Request
Thanks for your contirbution. Would you like to check the CLA? :)
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 14 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!
This pull request has been automatically closed because it has not had activity in the last 14 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!
What's the purpose of this PR
fix typo in design page
Which issue(s) this PR fixes:
Fixes #
Brief changelog
fix typo in apollo-design.md
Follow this checklist to help us incorporate your contribution quickly and easily:
mvn clean test
to make sure this pull request doesn't break anything.CHANGES
log.Summary by CodeRabbit
Portal
toAdmin Service
instead ofConfig Service
.