spring-batch
spring-batch copied to clipboard
Deprecate throttle limit in favour of using similar features in TaskExecutor implementations
Dave Syer commented
Apparently the throttle limit is useful for sharing a thread pool with multiple jobs.
Dave Syer commented
I said apparently in that last comment, but I'm not sure I can see any evidence for that. Why not just create a new thread pool (since no job is ever going to get to use more than the configured number of threads)? So I think this is a good candidate for 3.0.