Friday 15 January 2010

Spring batch admin and starting Master/Slave jobs -


Is it possible to configure spring batch administrator to start master and slave jobs? We have a process in the form of master and 3-4 slave nodes.

The spring batch administrator is running in separate JVM process, but all the spring batch jobs are using the same batch DB schema. Spring Batch Admin has the ability to launch locally deployed jobs.

So when you can start a job that has master / slalge configuration, the work of the master should be positioned at the local level. You can increase things to launch remote jobs, but you have to wire things yourself.

It is being said, Spring XD () is a distributed runtime that is able to launch remotely employed jobs.


No comments:

Post a Comment