Skip to content

Commit

Permalink
Update architecture.md (#4162)
Browse files Browse the repository at this point in the history
Co-authored-by: Phillip Carter <[email protected]>
  • Loading branch information
julianocosta89 and cartermp authored Mar 16, 2024
1 parent fe72467 commit da9d36c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions content/en/docs/demo/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Internet -->|HTTP| frontendproxy
frontendproxy -->|HTTP| frontend
loadgenerator -->|HTTP| frontendproxy
accountingservice -->|TCP| queue
queue -->|TCP| accountingservice
queue -->|TCP| frauddetectionservice
checkoutservice --->|gRPC| cartservice --> cache
checkoutservice --->|gRPC| productcatalogservice
Expand All @@ -52,8 +53,6 @@ frontend -->|gRPC| currencyservice
frontend -->|gRPC| recommendationservice -->|gRPC| productcatalogservice
frontend -->|gRPC| shippingservice -->|HTTP| quoteservice
frauddetectionservice -->|TCP| queue
end
classDef dotnet fill:#178600,color:white;
Expand Down

0 comments on commit da9d36c

Please sign in to comment.