An open API service indexing awesome lists of open source software.

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

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)