Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 423 Bytes

框架层功能-服务发现.md

File metadata and controls

11 lines (8 loc) · 423 Bytes

时序图

图

说明:

  1. mgrserver 把自己 ip/port 写入 Redis
  2. 其他服务一直读 redis ,得到 mgrserver ip/port 后,链接 mgrserver。最终直到链接成功为止,发送自身信息。
  3. mgrserver 感知其他服务链入或断开, 下发服务变化消息
  4. 其他服务感知 mgrserver链接断开,则重复 2 操作
  5. mgrserver 与其他服务定时 pingpong