Artyom Gornostayev

Results 3 comments of Artyom Gornostayev

I have faced to the similar problem working with Micronaut (4.3.7) with Data R2DBC and Kotlin. I my code ```kotlin @Singleton open class BookLoggingListener { @TransactionalEventListener open fun onCreated(event: BookCreated)...

@dstepanov Thanks for the quick feedback. Can I ask you if you have a plan to support this feature in future for Reactive Transactions? Maybe this question also related to...