You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since throttling and related classes from org.springframework.batch.repeat.support are deprecated and will be removed, the TaskExecutorRepeatTemplate still uses the default throttle limit.
If the task executor submitted is already backed by thread pool then it doesn’t make sense to use the deprecated throttleLimit or even to create a custom RepeatOperations implementation for that.
There should be an option to skip the throttling entirely, along with the deprecated API. Clients cannot use the multi-threaded steps efficiently with only Spring Batch APIs.
The text was updated successfully, but these errors were encountered:
Since throttling and related classes from
org.springframework.batch.repeat.support
are deprecated and will be removed, theTaskExecutorRepeatTemplate
still uses the default throttle limit.If the task executor submitted is already backed by thread pool then it doesn’t make sense to use the deprecated throttleLimit or even to create a custom
RepeatOperations
implementation for that.There should be an option to skip the throttling entirely, along with the deprecated API. Clients cannot use the multi-threaded steps efficiently with only Spring Batch APIs.
The text was updated successfully, but these errors were encountered: