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)