Quarkus - 休眠反应和多租户
Quarkus - hibernate-reactive and multitenancy
我正在尝试使用 quarkus、hibernate-reactive 和 postgres 开发一个多租户应用程序。
Hibernate-reactive 通过让实现支持多租户 ReactiveConnectionPool
:
在application.properties中定义hibernate.vertx.pool.class
似乎被忽略了。
quarkus中集成hibernate-reactive的这个特性了吗?
有人用过这个功能吗?
Hibernate Reactive 的多租户尚未集成到 Quarkus 中。
我刚刚为其创建了一个问题:https://github.com/quarkusio/quarkus/issues/15959
我正在尝试使用 quarkus、hibernate-reactive 和 postgres 开发一个多租户应用程序。
Hibernate-reactive 通过让实现支持多租户 ReactiveConnectionPool
:
在application.properties中定义hibernate.vertx.pool.class
似乎被忽略了。
quarkus中集成hibernate-reactive的这个特性了吗?
有人用过这个功能吗?
Hibernate Reactive 的多租户尚未集成到 Quarkus 中。
我刚刚为其创建了一个问题:https://github.com/quarkusio/quarkus/issues/15959