spring-batch icon indicating copy to clipboard operation
spring-batch copied to clipboard

BATCH-2857 Added CompositeItemReader

Open 1grzyb1 opened this issue 3 years ago • 0 comments
trafficstars

As mentioned in BATCH-2857 there was a need for CompositeItemReader. For scenarios like reading from multiple data sources or reading from different tables without using GROUP BY in a query as it decreases performance. My solution passes data from a reader which could be for example Cursor reader and passes it to chained fetchers for fetching additional values.

1grzyb1 avatar Dec 21 '21 12:12 1grzyb1