Skip to content

Commit 8eba293

Browse files
committed
feat: doc fix
1 parent 928c71e commit 8eba293

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/architecture.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ PENDING ──> SUCCEEDED
117117

118118
```
119119
UserApi (read) StayApi
120-
┌──────────┐ UserApi ┌──────────┐ ┌─────────────┐
121-
│ IAM │ ──────────────────> │ Stay │ ◄─────────── │ Billing │
120+
┌──────────┐ UserApi ┌──────────┐ ┌─────────────-
121+
│ IAM │ ──────────────────> │ Stay │ ◄─────────── │ Billing
122122
│ │ (exposes UserApi │ │ ReservationGateway │
123-
│ (actors, │ for cross-BC │ (stays, │ (reads reservation data) │
124-
│ users, │ read access) │ reserv- │ │
125-
│ auth) │ │ ations) │ ─── integration events ──> │
126-
└──────────┘ └──────────┘ └────────────┘
123+
│ (actors, │ for cross-BC │ (stays, │ (reads reservation data)
124+
│ users, │ read access) │ reserv- │
125+
│ auth) │ │ ations) │ ─── integration events ──>
126+
└──────────┘ └──────────┘ └────────────┘
127127
│ │
128128
│ Internal domain events │ GuestGateway
129129
│ (UserCreated → provision) │ (reads user data via IAM's UserApi)

0 commit comments

Comments
 (0)