Open nyghtrocker opened 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).
Why this https://github.com/dotnet-architecture/eShopOnContainers don't have inheritance from Service Fabric StatefulService or StatelessService.