python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Hexagonal Architecture with Hibernate Reactive and Quarkus
I am using Hexagonal Architecture, Hibernate Reactive with Panache and Quarkus in a Kotlin Project.
Transaction boundaries are set using @ReactiveTransactional annotation.
The problem is that I had to...
AmsterdamLuis
Votes: 0
Answers: 2
Quarkus Hibernate ORM fails to pick the default data source when multiple data sources are defined
I have a Quarkus application which has a default reactive postgres data source and jdbc db2 data source. I cannot go with reactive db2 data source because of existing open issue (https://github.com/ec...
Vinodkumar Subbaiah
Votes: 0
Answers: 0
Using Quarkus Cache with Reactive and Mutiny correctly
I'm trying to migrate my project to Quarkus Reactive with Hibernate Reactive Panache and I'm not sure how to deal with caching.
My original method looked like this
@Transactional
@CacheResult(...

Marian Klühspies
Votes: 0
Answers: 2