WHAT SPRING BATCH IS? Spring Batch is a lightweight, comprehensive batch framework designed to enable the development of robust batch applications vital for the daily operations of enterprise systems. https://docs.spring.io/spring-batch/docs/current/reference/html/index-single.html#spring-batch-intro
WHAT SPRING BATCH IS NOT? Spring Batch is not a scheduler https://docs.spring.io/spring-batch/docs/current/reference/html/index-single.html#spring-batch-intro
SCALING AND PARALLEL PROCESSING • Multi-threaded (Async Executor) • Parallel steps (Split) • Remote Chunking (Data processed by slaves – Real data sent not a reference) • Remote Partitioning (Data in chunks and local to slaves)
JOB Job JobInstance JobExecution JobParameters Present at Devnexus title = Batch Processing in Action Present Batch Processing in Action at Devnexus First try to present – hopefully, it will work