I have a very simple spring batch which update one millon records from a table. As it is very simple I tried to implement only one Tasklet in which I update the table.
But I'd like to commit with a step of 10 records. Is it possible to do that in a tasklet or am I forced to use itemReader/ItemWriter with chunks ?
Thanks by advance.