spring-boot-starter icon indicating copy to clipboard operation
spring-boot-starter copied to clipboard

Multi-tenant spring boot api - does not change the tenant

Open deniscpereira opened this issue 1 year ago • 0 comments
trafficstars

I have a spring-boot API with methods adopted with @Async and uses multi-tenant. After using it for a while I have some messages table or view does not exist sequence does not exist...

Everything leads me to believe that it is in the wrong tenant.

How can we handle this since it is a multi-tenant and multi-thread scenario

deniscpereira avatar Oct 30 '24 20:10 deniscpereira