https://github.com/dtm-labs/dtmgrpc
grpc client for dtm. code is synced from github.com/yedf/dtm/dtmgrpc
https://github.com/dtm-labs/dtmgrpc
Last synced: 11 months ago
JSON representation
grpc client for dtm. code is synced from github.com/yedf/dtm/dtmgrpc
- Host: GitHub
- URL: https://github.com/dtm-labs/dtmgrpc
- Owner: dtm-labs
- License: bsd-3-clause
- Created: 2021-10-15T06:16:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T13:40:01.000Z (over 3 years ago)
- Last Synced: 2025-01-02T17:23:57.360Z (about 1 year ago)
- Language: Go
- Size: 77.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-cn.md
- License: LICENSE
Awesome Lists containing this project
README
简体中文 | [English](./README.md)
## dtmgrpc
`dtmgrpc` 是分布式事务管理器[dtm](https://github.com/dtm-labs/dtm)的客户端sdk,支持grpc以及其上的微服务协议
这个库的代码与[dtm](https://github.com/dtm-labs/dtm)下的dtmgrpc代码保持完全同步,如果您需要线上使用,那么当前的dtmgrpc相关的依赖非常少,对于最终打包的镜像也会很少
具体文档和使用方式,请参考[dtm](https://github.com/dtm-labs/dtm)
### 完整示例
[dtmgrpc-go-sample](https://github.com/dtm-labs/dtmgrpc-go-sample)