Communication between services

You currently know how to work with SF using Reliable services and Reliable actors. The next important topic refers to communication between each instance of a service. As we discussed at the beginning of this chapter, the best option when building your microservices is to create a platform that will be agnostic when it comes to choosing what is the best way to communicate and accept incoming requests. In SF, you do not have a single way to exchange messages—instead you are provided with a complete framework to do it your way. In this section, we will focus on building a simple communication channel for your services.

Get Hands-On Azure for Developers 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.