StageConfig.setReadOnly(), .setNonTransactional() (as well as set[Non]Idempotent(), .setSafe())
stolsvik opened this issue · 0 comments
stolsvik commented
Related to #49, where the stage lambda can runtime mark the processing as idempotent etc, it might give room for more optimizations if the entire stage was marked.
- If it was ReadOnly, the SQL transaction (and connection?) could be marked as such (ref Spring)
- If NonTransactional, neither JMS nor the SQL Connection would be transactional, resulting in speed boost.