Leonardo Borges
08/25/2022, 9:20 AM@Transactional work using suspend functions? (using sql db)Richard Gomez
08/25/2022, 1:51 PMTransactionalOperator.wrongwrong
08/26/2022, 7:14 AMR2DBC, it depends on the convenience of the framework you use.
When using the framework provided by Spring (e.g. CoroutineCrudRepository), there was no problem, but in the case of jOOQ, it was necessary to take a workaround as shown in the sample below.
https://github.com/jOOQ/jOOQ/issues/12218#issuecomment-1213929029