What do you mean by the stateful and stateless micro-services for Service Fabric?

devquora
devquora

Posted On: Feb 22, 2018

 

Service Fabric enables the user to build applications that comprise micro services. Stateless micro-services (like protocol gateways and web proxies) don’t maintain a mutable state outside a request and its response from the service. Examples of a stateless service include Azure Cloud Services worker roles. Stateful micro-services (like user accounts, databases, devices, shopping carts, and queues) maintain a mutable, authoritative state beyond the request and its response, unlike Stateless Services. Today’s Internet-scale applications comprise a combination of stateless as well as stateful micro-services.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Azure Interview Questions

    What is Microsoft Azure?

    The companies, which provide the cloud services to businesses, are called Cloud Providers, and one of them is Microsoft..

    Azure Interview Questions

    What is the Windows Azure portal?

    The developers, who have a hosting account, can use a Windows Azure portal to submit applications to Windows Azure. A de..

    Azure Interview Questions

    What are the roles, which are implemented in Windows Azure?

    Roles are simply servers in layman terms. They are managed and load balanced platforms like service virtual machines, wh..