Flink RPC源码
摘要:
DEMO Flink RPC 众所周知底层是Akka,我先来写一个RPC 的用例 RPC Gateway public interface HelloGateway extends RpcGateway { CompletableFuture<String> hello(); } RPC Endpo 阅读全文
posted @ 2022-04-08 15:27 chouc 阅读(250) 评论(0) 推荐(0)
posted @ 2022-04-08 15:27 chouc 阅读(250) 评论(0) 推荐(0)
posted @ 2022-04-08 15:24 chouc 阅读(135) 评论(0) 推荐(0)