Hi, I'm using DistributedPubSub for sending messages for subscribed actors on certain topics. does anyone know how can I send ack to publisher or to the mediator (RabbitMQ stayle)? In case of 1000 subscribers I don't want to send 2000 Acks (1000 for pub sub + 1000 to publisher), is there any known pattern for that or alternately should I consider to replace the pubSub with other solution such as EventSource?
Thanks -- >>>>>>>>>> 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.
