需要第三方框架的多租户功能
我们正在使用第三方框架(称为基于java的orchestrator)进行企业对企业的集成。但它不具有多租户功能。
那么我们怎样才能实现多租户功能呢?我们可以在我们的框架上集成任何其他工具来支持多租户吗?
任何想法....??
提前致谢
we are using third party framework(called as orchestrator which is based on java) for business to business integartion. But it does not have multi-tenancy feature.
So how can we achieve the multi-tenancy feature?? Can we integrated any other tool on our framework to support multi-tenancy??
Any Idea....??
Thanks in Advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Paremus Service Fabric (https://docs.paremus.com/display/SF16/Introduction) - 一个 OSGi 私有云运行时 - 允许动态形成的 OSGi 容器的集合 - 又名“光纤”来托管多个元素之一(即一个或多个分布式系统的蓝图或声明性服务 - 即每个 OSGi 框架中的多租户以及跨框架集合的多租户。
OSGi 子系统标准将在适当的时候为同一框架内的共置汇编提供严格的隔离。所以请留意这一点。
如果您正在寻找这种解决方案,请随时向我发送进一步的问题。
理查德
The Paremus Service Fabric (https://docs.paremus.com/display/SF16/Introduction) - an OSGi private Cloud runtime - allows a collection of dynamically formed OSGi containers - a.k.a. 'fibres' to host one of more Elements (i.e. a Blueprint or a Declarative Service) of one or more distributed Systems - i.e. multi-tenancy in each OSGi Framework and multi-tenancy across the collection of Frameworks.
Strict isolation for co-located assembles within the same framework will be provided by the OSGi subSystems standard in due course. So keep an eye out for this.
If this sort of solution is what your are looking for feel free to ping me further questions.
Richard
嗯,多租户是一个相当广泛的术语,在 OSGi 的上下文中还没有很好的定义。我们为一个名为 Amdatu 的开源项目提出了一种解决方案。您可能想看看它是否可以解决您的问题:http:// www.amdatu.org/confluence/display/Amdatu/Multi-tenancy
继我的帖子之后,我们现在正在研究一种透明的机制,在单个 OSGi 容器中进行多租户,这使得整个概念成为可能而是租客的 轻的。在这里查看文档和代码:
http://www.amdatu.org/confluence/display/Amdatu/amdatu -核心+租户
Well, multi-tenancy is quite a broad term, not yet very well defined in the context of OSGi. One solution is something we came up with for an open source project called Amdatu. You might want to have a look to see if it solves your problem: http://www.amdatu.org/confluence/display/Amdatu/Multi-tenancy
Following up on my post, we're now working on a transparent mechanism to do multi-tenancy in a single OSGi container, which makes the whole concept of a tenant rather lightweight. Check out the documentation and code here:
http://www.amdatu.org/confluence/display/Amdatu/amdatu-core+tenant