Best Spring batch scaling strategy
问题 We have simple batch processes which are working fine. Recently we have new reqmnt to implement new batch process to generate reports. We have diff source of data to read to prepare this reports. Specifically we might have one view for each report. Now we want to scale this process in such a way that, it can be scaled and be completed as early as possible. I am familiar with multithread step but not sure about other strategy(Remote chunking and partition step) and which one to use when. In