Hi,
I have a batch job with following configuration.
<job id="createGroups" restartable="true">
<step id="createGroupData">
<tasklet ref="createGroupTaskManager"...
Type: Posts; User: shajahan.pts@gmail.com; Keyword(s):
Hi,
I have a batch job with following configuration.
<job id="createGroups" restartable="true">
<step id="createGroupData">
<tasklet ref="createGroupTaskManager"...
I'm not sure whether I understand your requirements correctly. But you can achieve the same by having split flows instead of two different steps.
Have a look at "5.3.5. Split Flows" of official...
@rishishehrawat
Hi,
Thanks for the reply.
So the grid size determines the number of partitions. And if grid size is determined by factors other than the size of the input to be processed ,...
Hi,
I have batch job which reads data from bulk files, process it and insert in DB.
I'm using spring's partitioning features to read and process using the default partition handler.
...