(Which is the reason we're currently re-implementing remoting, to be able
to survive rates of up to a million per second - more on
github.com/akka/akka-meta).

-- 
Konrad `ktoso` Malawski
Akka <http://akka.io> @ Lightbend <http://lightbend.com>

On 2 June 2016 at 22:20:24, [email protected] ([email protected]) wrote:

I think with 100.000 msg/sec you are going to overload Akka Remote. You
might want to consider accumulating events thereby reducing the frequency.

Heiko

--

*Heiko Seeberger*
Home: heikoseeberger.de
Twitter: @hseeberger <https://twitter.com/hseeberger>
Public key: keybase.io/hseeberger

On 02 Jun 2016, at 21:09, kraythe <[email protected]> wrote:

Greetings,

I am wiring together some actors using distributed pub-sub. Basically I
have actors that are broadcasting their state change. These updates will be
in the millions and be received by multiple actor subscribers per node.
Given that there are millions of these potential updates per minute, are
there any considerations that I should keep in mind when implementing the
system? Thanks in advance.

-- Robert

--
>>>>>>>>>> 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 https://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 https://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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to