Forum Discussion
Stoepatjie
Nov 05, 2021Copper Contributor
Any Service Fabric Evangelists still out there?
We are heavily invested in Service Fabric and all our new microservices are built on top of SF. We use about 70% of the capabilities of SF. I sometimes feel we are the only ones left, and the rest ...
Kevin_G
Nov 08, 2021Copper Contributor
We are still using SF. Our product is relying on Reliable Actors, so I think its the right choice. We didn't look into other orchestrator that has reliable actors (probably akka.net?).
I think the way Microsoft preach in microservices, they won't even mention SF. Maybe K8s is a better option?
- Peter BonsNov 16, 2021Copper ContributorIt depends. If you are not using reliable collections you might be better of moving to K8S as there are more resources to be found. If you do use actors you can still move to K8S and use Orleans, a virtual actor framework (https://dotnet.github.io/orleans/) or DAPR actors (https://docs.dapr.io/developing-applications/building-blocks/actors/actors-overview/)