diff --git a/README.md b/README.md index ab6e274..94bf4ca 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,11 @@ DTM是一款golang开发的分布式事务管理器,解决了跨数据库、 ## [各语言客户端及示例](https://dtm.pub/summary/code.html#go) ## 微服务框架支持 -- go-zero:一开源就非常火爆的微服务框架,首家接入dtm的微服务框架。感谢go-zero作者[kevwan](https://github.com/kevwan)的大力支持 -- grpc-polaris: 腾讯开源的注册发现组件,以及在其上构建的微服务框架。感谢腾讯同学[ychensha](https://github.com/ychensha)的PR +- [go-zero](https://github.com/zeromicro/go-zero):一开源就非常火爆的微服务框架,首家接入dtm的微服务框架。感谢go-zero作者[kevwan](https://github.com/kevwan)的大力支持 +- [polaris](https://github.com/polarismesh/polaris): 腾讯开源的注册发现组件,以及在其上构建的微服务框架。感谢腾讯同学[ychensha](https://github.com/ychensha)的PR - 其他:看用户需求量,择机接入 +具体微服务接入使用,参见[微服务支持](https://dtm.pub/protocol/intro.html) ## 快速开始 ### 获取代码