Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Event Driven Architecture using Service Fabric Actors - Sample

Notifications You must be signed in to change notification settings

loekd/ServiceFabric.EventDriven

Repository files navigation

Open master branch
	- Customer
	- Order
	- Insight into both

Open CustomerOrders branch
	- Adds CustomerOrders, holds all the Customers' Orders
	- Insight into all customer orders
	- Requires knowledge of CustomerOrdersActor from within the OrderActor

Open PubSubActors branch
	- Adds PubSubActors Nuget packages
	- Need to register as Subscriber and start Publishing events
	- Other subscribers can easily be added
	- Does not require knowledge of CustomerOrdersActor from within the OrderActor

About

Event Driven Architecture using Service Fabric Actors - Sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published