jakartaee / batch

The Jakarta Batch project produces the Batch Specification and API.
https://projects.eclipse.org/projects/ee4j.batch
Apache License 2.0
13 stars 17 forks source link

Offer ability to do retry with rollback but using normal checkpointing, not 1-at-a-time #134

Open follis opened 3 years ago

follis commented 3 years ago

On a retry we go one by one through the items until we get to the one that failed last time. Should we offer a way to not behave this way and just start at the beginning of the last chunk and go along as before?