Broadway enables resetting the Actor's state within the flow. This functionality might be needed when your flow has a loop within a loop. For example, let's say you need to aggregate a string across multiple iterations using the StringBuild Actor. The aggregation is done in the inner loop and should be reset on each inner loop start.
The reset can be performed by one of the following options:
Example of Reset on Iteration Zero
Example Using ResetActors Actor
Broadway enables resetting the Actor's state within the flow. This functionality might be needed when your flow has a loop within a loop. For example, let's say you need to aggregate a string across multiple iterations using the StringBuild Actor. The aggregation is done in the inner loop and should be reset on each inner loop start.
The reset can be performed by one of the following options:
Example of Reset on Iteration Zero
Example Using ResetActors Actor