Incorrect remote chunking sample in documentation [BATCH-2721] #886
Labels
has: backports
Legacy label from JIRA. Superseded by "for: backport-to-x.x.x"
in: documentation
type: bug
Milestone
Mahmoud Ben Hassine opened BATCH-2721 and commented
There are some minor errors in the remote chunking section of the documentation:
Step4
label is better if it wasStep3
chunkJob
method of the code example takes anItemReader
as parameter but uses a method call/reference in thestepBuilderFactory.reader
methodchunkHandler
bean is not needed on the master side.configureListenerContainer(c -> c.subscriptionDurable(false))
It would be also great to add a remote chunking sample to the
spring-batch-samples
module.Affects: 4.0.1
Referenced from: pull request #603, and commits 026bbe0, d69e46e
Backported to: 4.1.0.M1, 4.0.2
The text was updated successfully, but these errors were encountered: