Parallel Processing
Scaling with Spring Batch – Multi threaded step
In this post, we will go through the scaling options available in the Spring Batch framework. For introduction on how to write a Spring Batch job, you can refer the previous post which provides details on how to read files from S3 bucket. It’s all based on your use case Read more…