Skip to content

Commit

Permalink
added rolling-update feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dobyte committed Nov 20, 2024
1 parent b943806 commit c6e09cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ due是一款基于Go语言开发的轻量级分布式游戏服务器框架。
* 高性能:框架原生实现集群通信方案,普通机器单线程也能轻松实现20W的TPS。
* 高效性:框架原生提供tcp、kcp、ws等协议的服务器,方便开发者快速构建各种类型的网关服务器。
* 扩展性:采用良好的接口设计,方便开发者设计实现自有功能。
* 平滑性:引入信号量,通过控制服务注册中心来实现优雅地重启
* 平滑性:引入信号量,通过控制服务注册中心来实现优雅地滚动更新
* 扩容性:通过优雅的路由分发机制,理论上可实现无限扩容。
* 易调试:框架原生提供了tcp、kcp、ws等协议的客户端,方便开发者进行独立的调试全流程调试。
* 可管理:提供完善的后台管理接口,方便开发者快速实现自定义的后台管理功能。
Expand All @@ -47,7 +47,6 @@ due是一款基于Go语言开发的轻量级分布式游戏服务器框架。

### 4.下一期新功能规划

* 实现框架层的滚动更新
* 实现框架层的分布式锁

### 5.特殊说明
Expand Down

0 comments on commit c6e09cc

Please sign in to comment.