[ 
https://issues.apache.org/jira/browse/FLINK-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14110906#comment-14110906
 ] 

Till Rohrmann commented on FLINK-1019:
--------------------------------------

Yeah, I started working on replacing the JobManager, TaskManager and the Client 
by corresponding Actors. That way we can simply send messages between the 
different components instead of using Java's proxy functionality. This not only 
allows a slim architecture but also let us use more of Akka's functionality, 
such as Actor watching for example. When I have figured out how to do it in 
detail, I let you know [~asteriosk] what we can do together.

> Rework RPC service
> ------------------
>
>                 Key: FLINK-1019
>                 URL: https://issues.apache.org/jira/browse/FLINK-1019
>             Project: Flink
>          Issue Type: Improvement
>          Components: Distributed Runtime
>            Reporter: Ufuk Celebi
>
> There is work going on to improve the RPC service by using [Akka|akka.io]. I 
> couldn't find a issue for it.
> Could one of the two people working on it ([~StephanEwen] and [~asteriosk]) 
> please give an overview of the changes and a status update?



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to