You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: