Closed synox closed 4 years ago
Reactive Maps are the usual example for sharding: https://github.com/typesafehub/ReactiveMaps#master
Not sure if we want to move it into here.
There is http://www.lightbend.com/activator/template/akka-cluster-sharding-scala but it's not ported to Java
We have since added samples for sharding in https://github.com/akka/akka-samples/tree/2.6/akka-sample-sharding-scala and https://github.com/akka/akka-samples/tree/2.6/akka-sample-sharding-java
Closing this
I find Cluster Sharding hard to understand. An example would be great.