Open GoogleCodeExporter opened 8 years ago
Readers and writers created by BeanIO are not thread safe, and
BeanIOFlatFileItemReader will not be changed because synchronization would add
extra overhead most clients don't want/need. However, I will look into adding
your workaround wrapper class into the BeanIO source code for clients that do
need that behavior.
Thanks,
Kevin
Original comment by kevin.s...@gmail.com
on 11 Jan 2014 at 8:18
Well, I am not talking about core readers and writers, but only about spring
batch integration classes. Parallel processing is a standard feature and I
think it should be supported.
Original comment by tiv...@gmail.com
on 12 Jan 2014 at 11:39
Original issue reported on code.google.com by
tiv...@gmail.com
on 9 Jan 2014 at 3:05