Frage

One basic question regarding OSGi. Can a single OSGi bundle be distributed across multiple Cellar nodes ? Say if I have an OSGi bundle created with Actors (Akka) can I distribute the bundle across multiple nodes so that I can leverage further on the distributed actor functionality ?

War es hilfreich?

Lösung

Don't know about what an Akka bundle else needs but if it is a self-contained bundle? Yes it is quite easy to distribute this bundle across multiple nodes within the same cluster-group. If you want some "exchange" mechanism between those distributed bundles you'll need to take care of this on your own, for example you might want to use the underlying Hazelcast to distribute a state throughout your clustered bundles.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top