What is Task Executor In Spring Batch?
What is Task Executor In Spring Batch? The configurable task executor is used to specify which TaskExecutor implementation should be used to execute the individual flows. The default is SyncTaskExecutor , but an asynchronous TaskExecutor is required to run the steps in parallel. How do I optimize a spring batch job? read an ASCII file with fixed column length values sent by a third-party with previously specified layout (STEP 1 reader) validate the read values and register (Log file) the errors (custom messages) Apply some business logic on the processor to filter any undesirable lines (STEP 1 processor) What is...