Spring Batch on Clustered environment - Websphere

前端 未结 3 1912
野的像风
野的像风 2021-01-22 10:49

I did set up a spring Batch job, it runs fine on a single JVM. But I need it to be deployed on to a clustered environemnt. I am using spring task scheduler to schedule the job.

3条回答
  •  萌比男神i
    2021-01-22 11:35

    SpringBatch does not support any means of clustered executions. If you want your tasks to be clustered you should check products for it, I can suggest you to have look at hazelcast.

提交回复
热议问题