# json-rpc **Repository Path**: lontow/json-rpc ## Basic Information - **Project Name**: json-rpc - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-18 - **Last Updated**: 2021-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # json-rpc ## RoadMap ### 2021-08-01 #### 完成部分 1. 主要逻辑写完,三大角色的相互连接大致调通 2. 除common包外,其他注释完善 3. 弃用json序列化实现,改用kryo序列化实现 #### 未完成部分 1. 心跳 2. 将各Bootstrap改成new的形式,不使用静态形式,方便后续进行断线重连、错误重连 3. 断线重连 4. 消费者RefreshServiceImpl未编写