-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
docs(deployment): use flowchart to illustrate deployment architecture in different scenes #4017
Conversation
Update fork
update forked code
merge across forks
Allow repeatable deletions and enhance thread safety (apolloconfig#3069)
synchronization code
sync master branch
sync forked code
synchronus forked code
sync repo master branch
sync repo master
sync fork
Docs/deployment/architecture
|
||
1个环境只有1个Config Service进程,无法满足高可用,为了避免单点宕机后影响系统的可用性,需要多实例部署,也就是部署多个Java进程在不同的Linux服务器上 | ||
|
||
TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will done soon or left to another pull request.
Is it reasonable to put the deployment architecture document here? Or move to another place? |
Is it better to put it in Distributed Deployment Guide - 1.3 Environment section? |
Codecov Report
@@ Coverage Diff @@
## master #4017 +/- ##
============================================
+ Coverage 51.46% 51.49% +0.03%
- Complexity 2524 2531 +7
============================================
Files 484 484
Lines 14798 14839 +41
Branches 1532 1537 +5
============================================
+ Hits 7616 7642 +26
- Misses 6652 6666 +14
- Partials 530 531 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What's the purpose of this PR
Add more document.
Use flowchart to illustrate deployment architecture in different scenes
Which issue(s) this PR fixes:
None
Brief changelog
deployment-architecture.md
.An example of flowchart
More flowchart in https://anilople.github.io/apollo/#/zh/deployment/deployment-architecture
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.