nraychaudhuri / akka-tree

Akka visualizer
14 stars 3 forks source link

akka-tree

Akka visualizer - Tool that allows you to view the actor tree as it evolves in your application

Running the visualizer

Test with sample client

Test with sample Akka cluster client (3 node cluster)

This sample uses Akka cluster sharding component. Each node starts Akka clustering sharding component with few entry actors. Take a look at the build.sbt under cluster-example project for details