cloudfoundry - How to integrate spring-xd batch jobs with Control-M scheduler -


i'm trying solve integration between control-m scheduler , batch jobs running within spring-xd.

in our existing environment, control-m agents run on host , batch jobs triggered via bash script control-m.

in spring-xd architecture batch job pushed out xd container cluster , run on available container. means don't know xd container job run on. pin single container deployment manifest, goes against whole point of cluster.

one potential solution.

run vm outside xd container cluster control-m agent , trigger jobs through xd api via bash script. script need wait job complete, either polling job completion via xd api or wait event signal completion.

thinking further ahead solution triggering batch jobs deployed in pcf.

in previous life, had enterprise scheduler use perl scripts interact old spring batch admin rest api start jobs , poll completion.

so, yes, same technique should work fine xd.

you can tap job events.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -