Skip to content

Commit dff2e9d

Browse files
committed
update readme
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent 0271265 commit dff2e9d

File tree

1 file changed

+7
-0
lines changed
  • core/src/main/java/io/temporal/samples/packetdelivery

1 file changed

+7
-0
lines changed

core/src/main/java/io/temporal/samples/packetdelivery/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Workflow waits until all packets have been delivered. Each packet delivery path
88
also "cancel" delivery of another item. This is done via signal and cancellation of the
99
CancellationScope.
1010

11+
## Notes
12+
1. In this sample we do not handle event history count and size partitioning via ContinueAsNew. It is assumed
13+
that the total number of paths and path lengths (in terms of activity executions) would not exceed it.
14+
For your use case you might need to add ContinueAsNew checks to deal with this situation.
15+
2. Use this sample as all other ones as reference for your implementation. It was not tested on high scale
16+
so using it as-is without load testing is not recommended.
17+
1118
## Start the Sample:
1219
```bash
1320
./gradlew -q execute -PmainClass=io.temporal.samples.packetdelivery.Starter

0 commit comments

Comments
 (0)