I am using spring batch to process my inbound files, below is my use-case
- will be receiving a zip contains 15 files of CSV format
- I need to process them in parallel
- after all files were processed need to do some calculation and report should be send out.
Could anyone suggest me how to implement this using Spring Batch.