spring-batch icon indicating copy to clipboard operation
spring-batch copied to clipboard

GH-4703: Enhance StoppableTasklet interface to support step-specific stop requests

Open HyunSangHan opened this issue 1 year ago • 0 comments

Closes: https://github.com/spring-projects/spring-batch/issues/4703

Resolves a limitation in the StoppableTasklet interface where distinguishing which specific StepExecution to stop was not possible during concurrent job executions.

HyunSangHan avatar Nov 24 '24 04:11 HyunSangHan