spring-batch
spring-batch copied to clipboard
BATCH-2857 Added CompositeItemReader
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.