Update tech_docs/PlantUML.md
This commit is contained in:
@@ -310,7 +310,7 @@ class Car {
|
|||||||
PlantUML is a powerful tool for creating a wide range of diagrams, providing a text-based approach to diagramming that is both versatile and integrative. By leveraging these diagrams, you can effectively model, document, and communicate various aspects of a system, from high-level architecture to detailed design.
|
PlantUML is a powerful tool for creating a wide range of diagrams, providing a text-based approach to diagramming that is both versatile and integrative. By leveraging these diagrams, you can effectively model, document, and communicate various aspects of a system, from high-level architecture to detailed design.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
```mermaid
|
||||||
graph TD
|
graph TD
|
||||||
subgraph Messaging_Infrastructure
|
subgraph Messaging_Infrastructure
|
||||||
NATS_Server[NATS Server]
|
NATS_Server[NATS Server]
|
||||||
@@ -342,3 +342,4 @@ graph TD
|
|||||||
Subscriber_1 -->|Process message| Service_A
|
Subscriber_1 -->|Process message| Service_A
|
||||||
Subscriber_2 -->|Process message| Service_B
|
Subscriber_2 -->|Process message| Service_B
|
||||||
Subscriber_3 -->|Process message| Service_A
|
Subscriber_3 -->|Process message| Service_A
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user