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
i want to do a saas system with pf4j to handle plugin;
How does pf4j support the loading and isolation of instances of plugins based on different tenants?
Personally, I have not experienced anything like this.
There are several ways to implement SaaS, probably you refer to a single instance shared by multiple tenants. Probably your request is to have some plugins (activated) only for some tenants, I don't know. The part with plugins/modules per tenant is only a part of the problem, what about other aspects like storage, isolation, ..? In the world of virtualization probably it's more easy (in terms of implementation, complexity, ..) to think the (saas) system with virtualization in mind.
I don't know if other people in this community have any experience in this area and can help you.
I will create a Spring context for each tenant to run the plugin belonging to him; thus, the plugins of different tenants should not interfere with each other.
我想说设计一个系统,使用pf4j做插件系统,但是这个系统是saas系统,不同的租户是否可以同时上传使用同一个插件呢
The text was updated successfully, but these errors were encountered: