You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In multi-tenant architectures where each tenant is backed by a separate Neo4j instance (i.e., different URLs), there is often a need to dynamically switch the target Neo4j instance per request, based on some tenant identifier (e.g., a request header).
I’m specifically looking for support to:
Dynamically selecting Driver per request for Repository or Neo4jClient ?
Support repository-level multi-instance switching based on TenantContext ?
Is there any Possibility to select DriverSelectionProvider similar to DatabaseSelectionProvider ?