Currently I have Schema separated multitenant database. I am using Hibernate MultiTenantConnectionProvider. I would like to use the Abstract routing datasource along with the MultiTenantConnectionProvider to separate read and writes to different instances.
What is the best way to achieve this?