Reliable Services

Reliable Services API: We have learned that developing reliable services in Service Fabric is different from developing traditional cloud services, as Service Fabric services are highly available and scalable “out of the box” without writing any additional code. How to develop stateless services based on the reliable services APIs is pretty straightforward and is outside the scope of this chapter.

However, when developing stateful services, Service Fabric offers a programming model that is unique: the Reliable Collections API. Reliable collections enable us to develop highly available microservices. The local and replicated state is managed by the reliable collections itself. This is a big deal as developers can simply use reliable ...

Get Microservices with Docker on Microsoft Azure™ (includes Content Update Program) now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.