Skip to content

Misleading chunkOrientedProcessing documetation #3833

Closed
@tomasz-belina-nes

Description

@tomasz-belina-nes

According to this chapter:
https://docs.spring.io/spring-batch/docs/4.2.x/reference/html/step.html#chunkOrientedProcessing
chunk is processed in a way that a reader reads one item and this item is passed directly into a processor. When chunk of data is fully processed whole chunks is passed to a writer. Reality is that whole chunk of data is red by the reader in the first place, after that every single item is passed into the processor and after that all items are passed into the writer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: duplicateIssues that are duplicates of other issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions