Search code examples
javaspring-batchspring-cloud-dataflow

Spring Cloud Data Flow - Spring Batch Remote Chunking


How to do Spring Batch Remote Chunking within Spring Cloud Data Flow Server?

In my understanding - Remote Partitioning of Spring Batch can be done within Spring Cloud Data Flow Server using DeployerPartitionHandler.

But, How do we implement Remote Chunking inside SCDF?


Solution

  • There is nothing special to run a remote chunking job on SCDF. All you need to do is to run both the master and workers as Task applications.