RESOLVED: BATCH-1100. Change retry/skip logic to be more efficient (and limit to single-threaded readers)
This commit is contained in:
@@ -95,7 +95,7 @@ public class StagingItemReader<T> implements ItemReader<ProcessIndicatorItemWrap
|
||||
public ProcessIndicatorItemWrapper<T> read() throws DataAccessException {
|
||||
|
||||
if (!initialized) {
|
||||
throw new ReaderNotOpenException("ItemStream must be open before it can be read.");
|
||||
throw new ReaderNotOpenException("Reader must be open before it can be used.");
|
||||
}
|
||||
|
||||
Long id = null;
|
||||
|
||||
Reference in New Issue
Block a user