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.
- Host: GitHub
- URL: https://github.com/minghsu0107/saga-pb
- Owner: minghsu0107
- Created: 2021-03-07T09:02:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T20:22:32.000Z (about 4 years ago)
- Last Synced: 2025-02-09T13:33:26.586Z (about 1 year ago)
- Topics: grpc, microservices, protobuf
- Language: Shell
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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