This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
mongodb库升级:
旧的库最高只支持mongodb4.0,并且不再维护了
dbproxy优化:
自动生成数据表操作代码, dao层
自动生成rpc代码
参考 https://go-zero.dev/ 中的goctl工具
消息队列数据恢复发送:
发送失败的消息会写入本地文件,等mq正常后尝试重新发送
代理业务需要重构,支持worldsrv的滚动更新
dbproxy/mq/c_invite.go