Started akka://Test/user/routeeA/$h
Started akka://Test/user/routeeA/$i
Started akka://Test/user/routeeA/$f
Started akka://Test/user/routeeA/$j
Started akka://Test/user/routeeA/$a
Started akka://Test/user/routeeA/$g
Started akka://Test/user/routeeA/$b
Started akka://Test/user/routeeA/$c
Started akka://Test/user/routeeA/$e
Started akka://Test/user/routeeA/$d
Started akka://Test/user/splitter/$b
Started akka://Test/user/splitter/$a
Received data to process
Broadcasting work for akka://Test/user/routerA
Received broadcast from akka.tcp://Te...@127.0.0.1:2552/user/splitter/$a
Worker Actor[akka.tcp://Te...@127.0.0.1:2551/user/routeeA/$a#410953742] wants some data
Process to respond akka.tcp://Te...@127.0.0.1:2552/user/splitter/$a
Worker Actor[akka.tcp://Te...@127.0.0.1:2551/user/routeeA/$a#410953742] completes its job
router ! Broadcast(WhosOnDuty)router ! ConsistentHashableEnvelope(Broadcast(WhosOnDuty), WhosOnDuty)
router ! Broadcast(Broadcast(WhosOnDuty))def guardianReceive: Actor.Receive = {
case DiscoverChildren ⇒
router ! GetRoutees
case Routees(routees) =>
routees.foreach {
case ActorRefRoutee(ref) => addWorker(ref)
ref ! GuardianRegistration
}
}
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to akka-user+...@googlegroups.com.
To post to this group, send email to akka...@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.
Patrik Nordwall
Typesafe - Reactive apps on the JVM
Twitter: @patriknw