Re: [akka-user] Considerations when pushing millions of messages through DistributedPubSub?

2016-06-02 Thread Konrad Malawski
(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  @ Lightbend 

On 2 June 2016 at 22:20:24, loe...@posteo.de (loe...@posteo.de) 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 
Public key: keybase.io/hseeberger

On 02 Jun 2016, at 21:09, kraythe  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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


Re: [akka-user] Considerations when pushing millions of messages through DistributedPubSub?

2016-06-02 Thread loempl
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 
Public key: keybase.io/hseeberger 
> On 02 Jun 2016, at 21:09, kraythe  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 akka-user+unsubscr...@googlegroups.com 
> .
> To post to this group, send email to akka-user@googlegroups.com 
> .
> 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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


[akka-user] Considerations when pushing millions of messages through DistributedPubSub?

2016-06-02 Thread kraythe
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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.