On Mon, Oct 5, 2015 at 11:50 AM, 'Konstantinos Kougios' via Akka User List < [email protected]> wrote:
> Hi Patrik, > > So it wont work with the full path of akka://testSystem/... ? > > right, it should be the path without that part > Also I am Send-ingToAll during actor creation. Both sender and receivers > are created, then mediator ! Put and then one of them sends some data over > to the rest. I think it wont work due to timing issues (it is hard to say > when Put actually activates a receiver and if that is done for all > receivers before the sender SendToAll). > Yes, that can also be a reason. The registry is eventually updated on all nodes. See http://doc.akka.io/docs/akka/2.4.0/scala/distributed-pub-sub.html > > Thanks > > > On 05/10/15 08:05, Patrik Nordwall wrote: > > I'm not sure I understand what you have tried, but the path of > the DistributedPubSubMediator.SendToAll message should be > "/user/databaseServer/index:int-string" > > /Patrik > > On Thu, Oct 1, 2015 at 5:00 PM, Kostas kougios < > <[email protected]>[email protected]> wrote: > >> Path is : >> akka://testSystem/user/databaseServer/index:int-string >> >> There are 2 actors with that path on 2 ActorSystems. ActorSystem = >> testSystem. None is receiving the msg >> >> What can be wrong? >> -- >> >>>>>>>>>> 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 <[email protected]> >> [email protected]. >> To post to this group, send email to <[email protected]> >> [email protected]. >> Visit this group at http://groups.google.com/group/akka-user. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > > Patrik Nordwall > Typesafe <http://typesafe.com/> - Reactive apps on the JVM > Twitter: @patriknw > -- > >>>>>>>>>> Read the docs: <http://akka.io/docs/>http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: > <http://doc.akka.io/docs/akka/current/additional/faq.html> > http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> Search the archives: > <https://groups.google.com/group/akka-user> > https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to a topic in the > Google Groups "Akka User List" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/akka-user/AVC9GxuA5Uo/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > > > -- > >>>>>>>>>> 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw -- >>>>>>>>>> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
