-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
for: backport-to-5.2.xIssues that will be back-ported to the 5.2.x lineIssues that will be back-ported to the 5.2.x linein: documentationtype: enhancement
Milestone
Description
There are many places to configure transactionManager, it's unclear whether it's mandatory or not, from my understanding, it's should be optional since dataSource is mandatory, Spring Batch could create DataSourceTransactionManager() as default, correct me if I'm wrong.
And it's unclear whether it's used for batch metadata operations or JDBC reader/writer of step, if Spring Boot's @BatchDataSource and @BatchTransactionManager are used for separated DataSource, which transactionManager should be used for StepBuilder::chunk?
Line 118 in e1b0f15
| public <I, O> SimpleStepBuilder<I, O> chunk(int chunkSize, PlatformTransactionManager transactionManager) { |
Metadata
Metadata
Assignees
Labels
for: backport-to-5.2.xIssues that will be back-ported to the 5.2.x lineIssues that will be back-ported to the 5.2.x linein: documentationtype: enhancement