@@ -36,23 +36,25 @@ react-native-app(React Native App):::typescript
36
36
37
37
ad ---->|gRPC| flagd
38
38
39
+ checkout -->|gRPC| currency
39
40
checkout -->|gRPC| cart
40
- checkout --->|TCP| queue
41
+ checkout -->|TCP| queue
42
+
41
43
cart --> cache
42
44
cart -->|gRPC| flagd
43
45
44
- checkout -->|gRPC| shipping
45
46
checkout -->|gRPC| payment
46
47
checkout --->|HTTP| email
47
- checkout -->|gRPC| currency
48
48
checkout -->|gRPC| product-catalog
49
+ checkout -->|HTTP| shipping
49
50
50
51
fraud-detection -->|gRPC| flagd
51
52
52
53
frontend -->|gRPC| ad
54
+ frontend -->|gRPC| currency
53
55
frontend -->|gRPC| cart
54
56
frontend -->|gRPC| checkout
55
- frontend ---->|gRPC| currency
57
+ frontend -->|HTTP| shipping
56
58
frontend ---->|gRPC| recommendation
57
59
frontend -->|gRPC| product-catalog
58
60
@@ -61,20 +63,18 @@ frontend-proxy -->|HTTP| frontend
61
63
frontend-proxy -->|HTTP| flagd-ui
62
64
frontend-proxy -->|HTTP| image-provider
63
65
64
- Internet -->|HTTP| frontend-proxy
65
-
66
- load-generator -->|HTTP| frontend-proxy
67
-
68
66
payment -->|gRPC| flagd
69
67
70
68
queue -->|TCP| accounting
71
69
queue -->|TCP| fraud-detection
72
70
73
- recommendation -->|gRPC| product-catalog
74
71
recommendation -->|gRPC| flagd
72
+ recommendation -->|gRPC| product-catalog
75
73
76
74
shipping -->|HTTP| quote
77
75
76
+ Internet -->|HTTP| frontend-proxy
77
+ load-generator -->|HTTP| frontend-proxy
78
78
react-native-app -->|HTTP| frontend-proxy
79
79
end
80
80
0 commit comments