Is it possible to pass large objects from one step to another in spring batch

159 Views Asked by At

The requirement is to pass large objects from one step to another in a conditional flow where we should be able to modify the objects data as well. According to the docs we can promote it to the job execution listener but from what I've read the drawback of this way Is that large objects can't be stored in this method, what would the suitable production grade solution be for this requirement

0

There are 0 best solutions below