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

2016-06-02 Thread 'Ryan Tanner' via Akka User List
Might be best to send those over Kafka. Millions of updates per minute is a trivial load for a properly tuned Kafka cluster, doesn't even require more than 2-3 machines. On Thursday, June 2, 2016 at 3:09:31 PM UTC-6, kraythe wrote: > > Good to know. I think I could batch the updates if need be.

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

2016-06-02 Thread kraythe
Good to know. I think I could batch the updates if need be. I will profile the load and see how it boils out. On Thursday, June 2, 2016 at 2:09:55 PM UTC-5, kraythe wrote: > > Greetings, > > I am wiring together some actors using distributed pub-sub. Basically I > have actors that are broadcasti