Hello,
Is there a simple mechanism allowing to know which items have not been processed & written ?
There is org.springframework.batch.core.listener.ItemListen erSupport which implements three listeners (for reading, processing & writing listening). These listeners are called once an exception is thrown outside them, but an item can be retried, or skipped (according to the context of the batch process). So, how can I know exactly which items are finally not processed & not written ?
Best regards,
Sébastien


Reply With Quote
