Spring Batch: Multi-File Input and Virtual Threads support - Share Data Between Steps. Ep: 4

Опубликовано: 04 Октябрь 2024
на канале: Bayonne Sensei
343
14

In this video we are going to explore how to process multiple input files from a directory as a single unit of work. For example: Our business team provides daily reports which are composed by multiple files and for every single dat we need to process all the files as one atomic operation. In that case we are going to use different approaches that spring batch offers to us. We are going to use also Virtual threads in order to process it concurrently to boost the performance.