Multitenancy for Hibernate Reactive
See original GitHub issueHibernate Reactive supports multitenancy
but The hibernate reactive extension doesn’t have an equivalent for the property hibernate.vertx.pool.class
that’s needed to pass a custom ReactiveConnectionPool
.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:7
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Multitenancy support · Issue #754 · hibernate/hibernate-reactive
I need a pool per URI, and keep them into a map with the tenant-id as the key, so the getTenantPool will return...
Read more >A Guide to Multitenancy in Hibernate 5 - Baeldung
Multitenancy allows multiple clients or tenants use a single resource or, in the context of this article, a single database instance. The ...
Read more >Quarkus - hibernate-reactive and multitenancy - Stack Overflow
I'm trying to develop a multitenancy app with quarkus, hibernate-reactive and postgres. ... Defining hibernate.vertx.pool.class in application.
Read more >How to integrate Hibernates Multitenant feature with ... - Spring
Hibernate's Multitenant feature integrates nicely with Spring Data JPA. Be sure to avoid SQL queries when using partitioned tables. When ...
Read more >Using Hibernate Reactive - Quarkus
Hibernate Reactive is a reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
If quarkus is not support for this, How can i add it by myself?
Yepp, looks like it 😦
https://github.com/quarkusio/quarkus/blob/main/extensions/hibernate-reactive/runtime/src/main/java/io/quarkus/hibernate/reactive/runtime/customized/QuarkusReactiveConnectionPoolInitiator.java