dzimchuk / book-fast-service-fabric

A sample demonstrating how to implement a multitenant facility management and accommodation booking application as native Azure Service Fabric reliable services.
MIT License
90 stars 34 forks source link

Info regarding inheritance from Service Fabric StatefulService or StatelessService #14

Open nyghtrocker opened 6 years ago

nyghtrocker commented 6 years ago

Why this https://github.com/dotnet-architecture/eShopOnContainers don't have inheritance from Service Fabric StatefulService or StatelessService.

dzimchuk commented 6 years ago

Services in eShopOnContainers are built as containers that could be run with different orchestrators such as Kubernetes or Service Fabric.

BookFast is a demo of how you would build services with the Service Fabric Reliable Services programming model (https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-services-introduction).