Skip to content

Commit

Permalink
Update README to mention that the emailservice is HTTP (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayworth authored Sep 6, 2022
1 parent 665e2d5 commit 513420b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ This repo is a work in progress. If you'd like to help, check out our
## Architecture

**Online Boutique** is composed of microservices written in different programming
languages that talk to each other over gRPC. Plus one Load Generator which uses
[Locust](https://locust.io/) to fake user traffic.
languages that talk to each other over gRPC and HTTP; and a load generator which
uses [Locust](https://locust.io/) to fake user traffic.

```mermaid
graph TD
Expand All @@ -57,7 +57,7 @@ loadgenerator -->|HTTP| frontend
checkoutservice --> cartservice --> cache
checkoutservice --> productcatalogservice
checkoutservice --> currencyservice
checkoutservice --> emailservice
checkoutservice -->|HTTP| emailservice
checkoutservice --> paymentservice
checkoutservice --> shippingservice
Expand Down

0 comments on commit 513420b

Please sign in to comment.