Details:
- It looks like muse is unsuccessfully attempting to get JDBC connections for transactionals (see logs observed during heavy submission load bellow)
- JDBC connections is used for flyway but the data operation should be via R2DBC connections
- Most likely there is a mismatch between db drivers injection some where (or could be something else)
- the overload of exceptions eventually makes muse unhealthy and it gets restarted (which is bad if we have inflight submissions as they are lost)
Logs while muse was running during some submissions:

Expected Behavior:
- muse should be consistent with its db connections