# test-pekko **Repository Path**: bluedream_pp/test-pekko ## Basic Information - **Project Name**: test-pekko - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-14 - **Last Updated**: 2025-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 版本1 1. Worker 相 Master 注册,Master 记录所有 Worker 的引用。 2. Master 发送计算任务,计算一个文本的中 word count 的任务。 首先如何获取,Master 地址的问题,第一个版本,没有高可用,将 Master 固定在 127.0.0.1:17355 这里看一下,connect 的过程 计算的过程,需要使用 ask 的方法。 远程调用可以使用 ProtoBuffer 序列化。Flink 是使用的反射方式。 下一步: 1. 使用 ask 发送数据,实现 work count 2. 使用反射的方式,模拟 FLink 做法