dapr / go-sdk

Dapr SDK for go
Apache License 2.0
443 stars 170 forks source link

Example project: Saga Execution Orchestrator #488

Open stevef1uk opened 8 months ago

stevef1uk commented 8 months ago

I developed a Saga Pattern solution using Dapr with the Go SDK. I would like to add this to the examples project. It is aimed at people who deploy micro services to Kubernetes and uses a number of Dapr building blocks: Pub/Sub & Poller.

stevef1uk commented 8 months ago

My Public Repo that I will try to add, if this proposal is accepted is here: https://github.com/stevef1uk/sagaexecutor.git

sadath-12 commented 8 months ago

All Ideas are welcomed @stevef1uk

stevef1uk commented 8 months ago

Pull request raised: https://github.com/dapr/go-sdk/pull/489