Use _akka-cluster_ and _akka-cluster-sharding_ #84
Labels
Nice-To-Have
On Hold
Work on this issue or pull request is on hold
question
Further information is requested
Issue
Currently all actors are spawned in the same JVM. We should use akka-cluster to distribute the actors across multiple nodes/JVMs. Cluster sharding allows distributing actors across nodes of an akka cluster without knowing their physical location.
This will need an
application.conf
file for configuring remoting, seed nodes, persistance provider, ....Keywords:
ShardCoordinator
Problem Description
All state is hold in-memory and there is currently only one JVM in use. State of ADBMS
Dactors
will potentially get to big to fit into memory of one node (JVM).Supporting Information
The text was updated successfully, but these errors were encountered: