How is the skipping implemented in Spring Batch?
问题 I was wondering how I could determine in my ItemWriter , whether Spring Batch was currently in chunk-processing-mode or in the fallback single-item-processing-mode. In the first place I didn't find the information how this fallback mechanism is implemented anyway. Even if I haven't found the solution to my actual problem yet, I'd like to share my knowledge about the fallback mechanism with you. Feel free to add answers with additional information if I missed anything ;-) 回答1: The