Hi Matteo, 1) The distributed pub sub extension only works in the setting of an akka cluster. You can connect to the cluster from the outside via the cluster client, which actually use distributed pub sub inside the cluster.
2) It uses gossip to disseminate the subscriptions, but the actual message send is "direct", via the mediator of course. 3) There is no wait when you send messages. B/ On 24 January 2015 at 12:53:42, Matteo Cusmai ([email protected]) wrote: Hi all, I have some questions about the distributed pub sub akka extension: 1. Does it work only in cluster environment? 2. Does it use gossip protocol for both subscriptions and publishing? 3. If so, does the system wait about 1 s to send messages to subscriptors? Thanks in advance, Matteo. -- >>>>>>>>>> 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. -- Björn Antonsson Typesafe – Reactive Apps on the JVM twitter: @bantonsson -- >>>>>>>>>> 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.
