We have to decide on batch processing framework/technology on OpenShift environmentusing Java. Currently we are using springboot for Online application. For batch processing we have below options,
- Spring batch
- Spring cloud data flow
- Spring cloud task
One more thing is we should have monitoring UI/System/tool for the same, to know the status of processing, it is failed i should be able to rerun the btach from the monitoring ui.
I am not sure how best these things suits for Openshift, little confused like how to start?
A high level picture will definately help me to start.