Closed
Description
In non-reactive spring application, ORM tool like Hibernate provides a way to resolve tenant and thereby make the call to appropriate database or schema. Multi-Tenancy is achieved by implementing MultiTenantConnectionProvider
and CurrentTenantIdentifierResolver
interfaces.
Is there a way to implement multi-tenancy using r2dbc. Is it supported as of now?
If no, what is the roadmap going forward for this feature?