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