I'm very new to Akka. I am considering using it in a Java project and I ran into a situation where an Actor can tell messages to other n Actors, everyone of them of the same type. It's kinda like recursion.
Is this considered bad practice? Is this a sign of a design flaw?
Details with best practices to achieve such results are welcome.