Skip to content

Commit 29b71e7

Browse files
committed
Updated READMEs for clarity; Updated application architecture image to show workflows
1 parent 5848a0a commit 29b71e7

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ Scenarios currently implemented include
1616
* List Investments - shows a list of accounts and their current balances
1717
* Close Investment Account - closes an investment account
1818

19-
There are two ways to run through the scenarios with the Temporal version
20-
* Using a [Web Application](src/frontend/README.md) or
21-
* Using a [Console Application](src/temporal_supervisor/README.md)
19+
You can run through the scenarios with the Temporal version using a [Web Application](src/frontend/README.md) or
2220

2321
## Prerequisites
2422

8.85 KB
Loading

src/temporal_supervisor/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In a new terminal / shell run the following command:
5959
redis-server
6060
```
6161

62-
By default it expects to find Redis running locally. You can override the location of redis
62+
By default, the application expects to find Redis running locally. You can override the location of redis
6363
by setting the environment variables:
6464

6565
```bash
@@ -98,6 +98,9 @@ redis-server
9898
Note that the application assumes you only have one Redis server that is used by the application for storing the
9999
conversation history and is also used if Claim Check has been enabled.
100100

101+
Be aware that using a claim check pattern introduces performance costs by doing remote calls to Redis for every payload.
102+
Also, make sure your Redis implementation is rock solid as any downtime will directly affect your workflows.
103+
101104
## Run Codec Server for Claim Check (optional)
102105
If you have decided to set up the Claim Check above, you will
103106
most likely want to also run a Codec Server to be able to see the actual sent to

0 commit comments

Comments
 (0)