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

Add an API to get StepExecution for individual partitions #64

Open follis opened 4 years ago

follis commented 4 years ago

Originally opened as bug 6490 by ScottKurz

--------------Original Comment History---------------------------- Comment from = ScottKurz on 2014-11-01 03:34:54 +0000

As noted in the Bug 5675 discussion, it would be nice to perhaps get persistent user data for the individual partitions.

This would have to be added in a future spec update.


Comment from = ScottKurz on 2016-02-09 15:13:07 +0000

I think another important use case to mention is using the reducer to compensate for missed calls to the analyzer (since the analyzer calls are not guaranteed to complete, and one might need to reconcile this fact on restart against persistent user data).