Tag: #spring-batch
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Batch and End-of-Day Processing in Banking — The Architecture That Rules the Night
Why batch processing remains central in banking and the full picture of end-of-day (EOD) processing. We cover job schedulers and dependency DAGs, checkpoint restarts, partitioning and chunk processing, center-cut and dat
2026-06-13 · 18 min read #finance#batch#eod#spring-batch#schedulerSpring Boot Batch Complete Guide: Job, Step, Chunk Processing and Production Patterns
Complete guide to Spring Boot Batch — Job/Step/Chunk model, ItemReader/ItemProcessor/ItemWriter, partitioning, parallel processing, scheduler integration, and monitoring.
2026-03-17 · 12 min read #spring-boot#spring-batch#batch-processing#job#chunk