Hi, we'd like to use spring batch as a framework for batch processes, however we already have an external system to manage batch job execution, as such we do not need the runtime execution management and all its related tables.
Provisioning a RDBMS costs money which has to be justified, as such is there anyway to turn of the state/runtime management in spring batch?
