akka / akka-samples

Akka Sample Projects
http://akka.io
789 stars 441 forks source link

Cluster Sharding Example #10

Closed synox closed 4 years ago

synox commented 7 years ago

I find Cluster Sharding hard to understand. An example would be great.

ktoso commented 7 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.

patriknw commented 7 years ago

There is http://www.lightbend.com/activator/template/akka-cluster-sharding-scala but it's not ported to Java

johanandren commented 4 years ago

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