Skip to content

Commit

Permalink
Update architecture.md (#4590)
Browse files Browse the repository at this point in the history
Co-authored-by: Severin Neumann <[email protected]>
  • Loading branch information
julianocosta89 and svrnm authored Jun 4, 2024
1 parent ca6a552 commit 2875a79
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions content/en/docs/demo/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,23 @@ frontendproxy -->|HTTP| imageprovider
queue -->|TCP| accountingservice
queue -->|TCP| frauddetectionservice
checkoutservice --->|gRPC| cartservice --> cache
checkoutservice --->|gRPC| productcatalogservice
checkoutservice --->|gRPC| currencyservice
checkoutservice --->|HTTP| emailservice
checkoutservice --->|gRPC| paymentservice
frontend -->|gRPC| cartservice
frontend -->|gRPC| currencyservice
checkoutservice -->|gRPC| cartservice --> cache
checkoutservice -->|gRPC| productcatalogservice
checkoutservice -->|gRPC| currencyservice
checkoutservice -->|HTTP| emailservice
checkoutservice -->|gRPC| paymentservice
checkoutservice -->|gRPC| shippingservice
checkoutservice --->|TCP| queue
checkoutservice -->|TCP| queue
frontend -->|gRPC| adservice
frontend -->|gRPC| cartservice
frontend -->|gRPC| productcatalogservice
frontend -->|gRPC| checkoutservice
frontend -->|gRPC| currencyservice
frontend -->|gRPC| recommendationservice -->|gRPC| productcatalogservice
frontend -->|gRPC| shippingservice -->|HTTP| quoteservice
frontend --->|gRPC| checkoutservice
frontend ---->|gRPC| recommendationservice -->|gRPC| productcatalogservice
shippingservice -->|HTTP| quoteservice
end
Expand Down

0 comments on commit 2875a79

Please sign in to comment.