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

https://github.com/minghsu0107/saga-pb

Protobuf definitions of the saga pattern implementation.
https://github.com/minghsu0107/saga-pb

grpc microservices protobuf

Last synced: 5 months ago
JSON representation

Protobuf definitions of the saga pattern implementation.

Awesome Lists containing this project

README

          

# Saga Protobuf
Protobuf definitions of the [saga pattern implementation](https://github.com/minghsu0107/saga-example).

- [auth.proto](./auth.proto) - defines protobuf for account service
- [product.proto](./product.proto) - defines protobuf for product service
- [purchase.proto](./purchase.proto) - defines protobuf for purchase service and related saga transactions