10BC0 [demo] Update Shipping service docs (#7062) · open-telemetry/opentelemetry.io@f92688f · GitHub
[go: up one dir, main page]

Skip to content

Commit f92688f

Browse files
julianocosta89chalintiffany76
authored
[demo] Update Shipping service docs (#7062)
Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com> Co-authored-by: Tiffany Hrabusa <30397949+tiffany76@users.noreply.github.com>
1 parent b728b75 commit f92688f

File tree

7 files changed

+234
-158
lines changed

7 files changed

+234
-158
lines changed

content/en/docs/demo/architecture.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,25 @@ react-native-app(React Native App):::typescript
3636
3737
ad ---->|gRPC| flagd
3838
39+
checkout -->|gRPC| currency
3940
checkout -->|gRPC| cart
40-
checkout --->|TCP| queue
41+
checkout -->|TCP| queue
42+
4143
cart --> cache
4244
cart -->|gRPC| flagd
4345
44-
checkout -->|gRPC| shipping
4546
checkout -->|gRPC| payment
4647
checkout --->|HTTP| email
47-
checkout -->|gRPC| currency
4848
checkout -->|gRPC| product-catalog
49+
checkout -->|HTTP| shipping
4950
5051
fraud-detection -->|gRPC| flagd
5152
5253
frontend -->|gRPC| ad
54+
frontend -->|gRPC| currency
5355
frontend -->|gRPC| cart
5456
frontend -->|gRPC| checkout
55-
frontend ---->|gRPC| currency
57+
frontend -->|HTTP| shipping
5658
frontend ---->|gRPC| recommendation
5759
frontend -->|gRPC| product-catalog
5860
@@ -61,20 +63,18 @@ frontend-proxy -->|HTTP| frontend
6163
frontend-proxy -->|HTTP| flagd-ui
6264
frontend-proxy -->|HTTP| image-provider
6365
64-
Internet -->|HTTP| frontend-proxy
65-
66-
load-generator -->|HTTP| frontend-proxy
67-
6866
payment -->|gRPC| flagd
6967
7068
queue -->|TCP| accounting
7169
queue -->|TCP| fraud-detection
7270
73-
recommendation -->|gRPC| product-catalog
7471
recommendation -->|gRPC| flagd
72+
recommendation -->|gRPC| product-catalog
7573
7674
shipping -->|HTTP| quote
7775
76+
Internet -->|HTTP| frontend-proxy
77+
load-generator -->|HTTP| frontend-proxy
7878
react-native-app -->|HTTP| frontend-proxy
7979
end
8080

0 commit comments

Comments
 (0)
0