Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
278 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to compare the "recovery" time in a node down scenario for stateful/stateless apps.
I think for a stateful app, it needs to promote a secondary replicate to primary.
For stateless app, it requires to start a new partition in a different node.
I suppose stateful app should be faster, but how fast it can be compared with stateless app? Is there any range I can refer to?