Future support for multi-tenancy with multi-schema

cancel
Showing results for 
Search instead for 
Did you mean: 
carlo_pisani
Member II

Future support for multi-tenancy with multi-schema

Hi,

I was analyzing how Activiti 7 Cloud supports and manages the multi-tenancy with multi-schema with physical separation of data.

While reading the documentation, I landed to this Java class source code:

https://github.com/Activiti/Activiti/blob/9b0be98e517e21f3cc3e83b649d8f926917b52d9/activiti-engine/s...

where it's stated:

multi-tenant code will be removed in future version of Activiti and Activiti Cloud

and the entire class is marked as @deprecated.

What does exactly mean that the multi-tenant code will be removed? Is this class deprecated because a better alternative solution is going to be imlemented or Activiti Cloud won't support multi-tenancy in the future anymore?

Thanks in advance for any replies.

1 Reply
dilip_chenani
Customer

Re: Future support for multi-tenancy with multi-schema

Any update on this thread please? What is teh future roadmap of MSMT in Activiti? 

Here is the class which says MSMT will be deprecated : https://github.com/Activiti/Activiti/blob/a40648d6c209d5eb9aeb24d0acbc72154cdfbe13/activiti-core/act...