Spring / Spring batch Interview questions
How do we track the number of item processed by the ItemReader in Spring batch?
The item mapping bean can implement org.springframework.batch.item. ItemCountAware, a marker interface to have the item position tracked.
More Related questions...