Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
关于 OSGi 的一个基本问题。单个 OSGi 包可以分布在多个 Cellar 节点上吗?假设我有一个使用 Actors (Akka) 创建的 OSGi 包,我可以将包分发到多个节点,以便我可以进一步利用分布式 Actor 功能吗?
不知道 Akka 捆绑包需要什么,但它是否是一个独立的捆绑包?是的,在同一个集群组内的多个节点上分发这个包非常容易。如果你想在这些分布式包之间建立一些“交换”机制,你需要自己处理这个问题,例如,你可能想使用底层的 Hazelcast 在整个集群包中分发状态。