Data Pipeline 2.2.1 is now available with the following enhancements:
- added batch execution to
JdbcWriter
(seeJdbcWriter.setBatchSize
) - added callback mechanism to track job progress (see
JobTemplate.transfer(R reader, W writer, boolean async, JobCallback callback)
) - early access to
DeMuxReader