Re: [akka-user] Get ActorSystem as part of a stream materialization process

2016-07-30 Thread Alexey S
I'm trying to bind stream life-cycle to an actor life-cycle (let's call it master actor). In a sense that if the stream is destroyed - the master actor receives some Termination message but stays alive, but if the actor is destroyed - the stream has to be shut down as well. When I construct part of

Re: [akka-user] Dynamically move proxied journal (PersistencePluginProxy) to another node

2016-08-09 Thread Alexey S
> >> The problem with the PersistencePluginProxy.start(system) is that AFAIU >> it checks the actual actor system config before it decides how exactly to >> start the plugin, and if in the config it say "start-target-journal=false" >> (as in my case) it won't start the underlying journal. >> > > No