yogyogi / Microservices-Synchronous-Communication

Synchronous Communication between Microservices built in ASP.NET Core

Home Page:https://www.hosting.work/aspnet-core-microservices-synchronous-communication/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Synchronous Communication between Microservices built in ASP.NET Core

In this tutorial we will build our second Microservice in ASP.NET Core. Then we will perform communication between the 2 Microservices in Synchronous way using HttpClient class. We will also look into Timeout Policy via Polly and Circuit Breaker Pattern.

Repository is updated to .NET 8.0

Read the entire article here - https://www.hosting.work/aspnet-core-microservices-synchronous-communication/

Tutorial Contents

  1. Creating ProcessCenter Microservice in ASP.NET Core
  2. Data Transfer objects
  3. MongoDB Connection String, Configuration, Repository and Settings
  4. HttpClient class to communicate with First Microservice
  5. Creating Web API Controller
  6. Executing Microservices with Postman
  7. Timeout Policy via Polly
  8. Circuit Breaker Pattern

Want to support me ?

Your support of every $5 will be a great reward for me to carry on my work. Thank you!

Buy Me A Coffee Paypal Me

About

Synchronous Communication between Microservices built in ASP.NET Core

https://www.hosting.work/aspnet-core-microservices-synchronous-communication/


Languages

Language:C# 100.0%