Scaling Spring Batch Application on AWS with remote partitioning

In this post we'll look at how to scale a spring batch application on AWS using remote partitioning technique. Spring batch applications can be scaled by running multiple process in parallel on remote machines that can work independently on the partitioned data. There is a master step that knows how to partition the data and … Continue reading Scaling Spring Batch Application on AWS with remote partitioning