From the course: Azure Service Fabric for Developers
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Implementing a common interface for communication between Service Fabric services - Azure Tutorial
From the course: Azure Service Fabric for Developers
Implementing a common interface for communication between Service Fabric services
- [Instructor] It'd be of little help to have isolated services in the eCommerce application. To fully take advantage of the Service Fabric platform, we need to communicate from one service to another. To explain what we're going to do, let me show you the following diagram. We're going to communicate from the search service to the products service. Because of the separation of concerns principal, the products service should have the business logic to manage the products in the system. Also, this is suitable in a microservices architecture. We're going to define a common interface between those services. This interface is the public-facing API for all the services that want to invoke the product's functionality, in this case, the search service. Both services are going to reference the interface. For instance, the products service is going to implement the interface in a concrete path. Finally, we're going to use the…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
(Locked)
Supported application models in Service Fabric2m 15s
-
(Locked)
Creating Service Fabric stateless Reliable Services with .NET Core4m 18s
-
(Locked)
Creating Service Fabric stateless Reliable Services with ASP.NET Core3m 26s
-
(Locked)
Configuring service ports in Service Fabric applications1m 47s
-
(Locked)
Implementing a common interface for communication between Service Fabric services3m 47s
-
(Locked)
Communication between Service Fabric services with remoting6m 49s
-
(Locked)
Communication between Service Fabric services with HTTP8m 17s
-
(Locked)
Communicating to Service Fabric services by using WCF7m 39s
-
(Locked)
Challenge: Developing an Azure Service Fabric application by using stateless services1m 49s
-
(Locked)
Solution: Developing an Azure Service Fabric application by using stateless services1m 19s
-
(Locked)
-
-
-
-