Quarkus - 休眠反应和多租户

Quarkus - hibernate-reactive and multitenancy

我正在尝试使用 quarkus、hibernate-reactive 和 postgres 开发一个多租户应用程序。

Hibernate-reactive 通过让实现支持多租户 ReactiveConnectionPool :

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

application.properties中定义hibernate.vertx.pool.class似乎被忽略了。

quarkus中集成hibernate-reactive的这个特性了吗?

有人用过这个功能吗?

Hibernate Reactive 的多租户尚未集成到 Quarkus 中。

我刚刚为其创建了一个问题:https://github.com/quarkusio/quarkus/issues/15959