0

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

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

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

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

hibernate-reactive 的这个特性是否集成在 quarkus 中?

以前有人用过这个功能吗?

4

1 回答 1

0

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

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

于 2021-03-23T16:15:02.393 回答