Questions tagged [hibernate-reactive]
48 questions
0
votes
0 answers
Reactive hibernate with Quarkus response gives error
I am getting some weird issue in my Quarkus application while executing query not getting response.
I am using quarkus-hibernate-reactive and quarkus-reactive-client. Getting below error:
[org.jbo.res.res.i18n] (vert.x-eventloop-thread-3)…

user3458271
- 638
- 12
- 31
0
votes
2 answers
Quarkus - hibernate-reactive and multitenancy
I'm trying to develop a multitenancy app with quarkus, hibernate-reactive and postgres.
Hibernate-reactive supports multitenancy by letting implement ReactiveConnectionPool…

msg
- 3
- 2
0
votes
1 answer
Why does quarkus use hibernate reactive to operate the database and the query method does not use database connection pool
I use the quarkus framework, integrate hibernate reactive, and use the panache list method to query. I find that it do not use the connection pool, but use the connection directly. As a result, the query cannot be used after the connection is…