Skip to content
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-architecture #4876

Merged
merged 1 commit into from
May 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/deployment/deployment-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ flowchart LR
jvm8070 --> jvm8090
```

Later, in order to flowchart more concise, the content in JVM8080 will be simplified, only the Config Service will be displayed, and the Meta Server and Config Service inside will no longer be displayed
Later, in order to flowchart more concise, the content in JVM8080 will be simplified, only the Config Service will be displayed, and the Meta Server and Eureka inside will no longer be displayed

```mermaid
flowchart LR
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/deployment/deployment-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ flowchart LR
JVM8070 --> JVM8090
```

后续为了flowchart更简洁,将JVM8080里的内容进行简化,只显示Config Service,里面的Meta Server和Config Service不再显示
后续为了flowchart更简洁,将JVM8080里的内容进行简化,只显示Config Service,里面的Meta Server和Eureka不再显示

```mermaid
flowchart LR
Expand Down