adspace


What is chunk in spring batch?

Answer Posted / Ankit Pratap Singh

In Spring Batch, a Chunk represents a unit of work processed by the Reader, Processor, and Writer components. A typical chunk consists of a fixed or variable number of items read from the data source, processed, and written to the destination. The size of the chunk can be configured to manage memory usage and performance.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between @controller and @restcontroller in spring?

556


What is lazy class?

490


How can you inject java collection in spring?

518