Search code examples
javabatch-processingpartitioningjsr352

JSR 352 Multiple Threads in a single partition?


Is it possible to have multiple threads in a single partition? if so, How?


Solution

  • A partitioned step will consist of multiple partitions, but each of the individual partitions of that step will run on a single thread.