File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
core/src/main/java/io/temporal/samples/packetdelivery Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ Workflow waits until all packets have been delivered. Each packet delivery path
88also "cancel" delivery of another item. This is done via signal and cancellation of the
99CancellationScope.
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
You can’t perform that action at this time.
0 commit comments