I want to create a Spring cloud task application
(with @EnableTask
) that saves its output to a relational database but at the same time I dont want it to save metadata for taskExecution
on my database.
I want to force it to always use in-memory map for its internal task metadata.
Is there a way to achieve this?