diff --git a/src/site/docbook/reference/scalability.xml b/src/site/docbook/reference/scalability.xml index 0f265626f..bae6a68f8 100644 --- a/src/site/docbook/reference/scalability.xml +++ b/src/site/docbook/reference/scalability.xml @@ -47,11 +47,13 @@ attribute of the tasklet: <step id="loading"> - <tasklet reader="stagingReader" + <tasklet> + <chunk reader="stagingReader" processor="stagingProcessor" writer="tradeWriter" commit-interval="1" task-executor="taskExecutor"/> + </tasklet> </step> In this example the taskExecutor is a reference to another bean