Hi,

Nothing like that in Akka. Remote class loading has been done in the JVM
before, but since it can easily allow a remote attacker full freedom to run
any code they want on a server node it's not very common any more.

-- 
Johan
Akka Team

On Fri, Jan 27, 2017 at 9:17 PM, Eugene Dzhurinsky <jdeve...@gmail.com>
wrote:

> Hi!
>
> Is there any way to deploy the code (jar files) along with starting the
> new actors in the Akka cluster without the cluster restart? For example - I
> have some "base" actors tier that provides the core logic for the data
> flow.
>
> Now I want to create a solution, that will use these actors (using some
> service discovery API) to perform certain tasks, and I will need to deploy
> the new code to the nodes with certain roles, so it will be initialized -
> and appropriate actors started and joined the cluster.
>
> I guess I can achieve something like that using some helper makeshift
> shell-scripts that will download some JARs and spawn an additional JVMs,
> however may be there's something I could borrow from Akka?
>
> Thanks
>
> --
> >>>>>>>>>> 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.

Reply via email to