You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2021/06/22 08:52:00 UTC

[jira] [Created] (FLINK-23090) Add RpcSystem abstraction

Chesnay Schepler created FLINK-23090:
----------------------------------------

             Summary: Add RpcSystem abstraction
                 Key: FLINK-23090
                 URL: https://issues.apache.org/jira/browse/FLINK-23090
             Project: Flink
          Issue Type: Sub-task
          Components: Runtime / Coordination
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.14.0


Flink-runtime code does not only interact with akka-reliant code through the RpcService interface, but also through various static helper methods.

A new RpcSystem interface shall be added that serves both as a factory for RpcService and a facade for these utilities.
Through this interface we will later load the AkkaRpcSystem as a plugin.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)