Search code examples
multi-tenantquarkushibernate-reactive

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 :

http://hibernate.org/reactive/documentation/1.0/reference/html_single/#_custom_connection_management_and_multitenancy

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?


Solution

  • 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