Re: [akka-user] Re: Persistent actor partitioning question

2015-08-31 Thread Dan Di Spaltro
implement the delegation, error > handling and recovery. > > Regards, > Patrik > > On Tue, Aug 18, 2015 at 7:09 PM, Dan Di Spaltro <dan.di...@gmail.com > > wrote: > >> Any ideas here? I was curious how others approached the >> high-number-of-journals

[akka-user] Re: Persistent actor partitioning question

2015-08-18 Thread Dan Di Spaltro
Any ideas here? I was curious how others approached the high-number-of-journals in akka/kafka land. Thanks! On Wednesday, August 12, 2015 at 5:06:43 PM UTC-7, Dan Di Spaltro wrote: So imagine I am building a session tracking system. Where I am feeding the session header, events, and other

[akka-user] Persistent actor partitioning question

2015-08-12 Thread Dan Di Spaltro
So imagine I am building a session tracking system. Where I am feeding the session header, events, and other things about the session and maintaining its state in a single actor. Now I am looking to add fault tolerance to that actor for when I need to either rebuild my Index for slicing and