dapr / samples

Community driven repository for Dapr samples
Apache License 2.0
416 stars 174 forks source link

PubSub added to Hello Service Fabric #81

Closed DarqueWarrior closed 3 years ago

DarqueWarrior commented 3 years ago

I updated the code to introduce PubSub as the way to get new orders in the system. Those orders are then stored to a state store all using Dapr in a Service Fabric deployment.