I'm trying to develop a multitenancy app with quarkus, hibernate-reactive and postgres.
Hibernate-reactive supports multitenancy by letting implement ReactiveConnectionPool
:
Defining hibernate.vertx.pool.class
in application.properties seems to be ignored.
Is this feature of hibernate-reactive integrated in quarkus ?
Has anyone used this feature before?
Multitenancy for Hibernate Reactive has not been integrated in Quarkus yet.
I've just created an issue for it: https://github.com/quarkusio/quarkus/issues/15959