How to visualize Actor message flow with Akka 2.1.2?

I use the Akka 2.1.2 and SPRAY libraries to respond to a RESTful request. I want to balance requests to multiple nodes and used this tutorial: Balancing workload across nodes using Akka 2

In addition to the Typesafe console (Atmos), is there any toolkit for visualizing the distribution of message processing on actor systems?

+4
source share
1 answer

Unfortunately, there is no such environment except the Safe console.

+1
source

Source: https://habr.com/ru/post/1488874/


All Articles